Skip to content

Commit

Permalink
Make it a bit more obvious what TZ is used
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Jan 25, 2024
1 parent a5fb313 commit 726771f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby_event_store-browser/elm/src/TimeHelpers.elm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ formatTimestamp time zone =
, secondFixed
, text "."
, millisecondFixed
, text " "
, text "UTC"
]
zone
time

0 comments on commit 726771f

Please sign in to comment.