Skip to content

Commit 3184962

Browse files
rickychilcottmostlyobvious
authored andcommitted
Update BrowserTime.elm
1 parent 7f5326f commit 3184962

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ruby_event_store-browser/elm/src/BrowserTime.elm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ defaultTimeZone =
1616
format : TimeZone -> Time.Posix -> String
1717
format { zone } time =
1818
DateFormat.format
19-
[ dayOfMonthFixed
20-
, text "."
19+
[ yearNumber
20+
, text "-"
2121
, monthFixed
22-
, text "."
23-
, yearNumber
24-
, text " "
22+
, text "-"
23+
, dayOfMonthFixed
24+
, text "T"
2525
, hourMilitaryFixed
2626
, text ":"
2727
, minuteFixed

0 commit comments

Comments
 (0)