Skip to content

Fixed bug in SqlTableJournal to use 24h format instead of 12h format.#18

Closed
peitor wants to merge 1 commit intoDbUp:masterfrom
peitor:master
Closed

Fixed bug in SqlTableJournal to use 24h format instead of 12h format.#18
peitor wants to merge 1 commit intoDbUp:masterfrom
peitor:master

Conversation

@peitor
Copy link

@peitor peitor commented May 22, 2013

We were sorting by that field and found a bug where scripts in the afternoon were sorted wrong.

Another option in the log would be to include "AM" or "PM".
Or maybe even better, use 'DateTime.UtcNow.ToString("s")'

Maybe even better would be 
'DateTime.UtcNow.ToString("s")'
@JakeGinnivan
Copy link
Member

Fixed in PR #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments