Better time format for Redis serialization.
This commit is contained in:
parent
ff6c0efaab
commit
c9e080d5b8
@ -159,7 +159,7 @@ printUTCTime = B8.pack . TI.formatTime TI.defaultTimeLocale timeFormat
|
||||
|
||||
-- | Time format used when storing 'UTCTime'.
|
||||
timeFormat :: String
|
||||
timeFormat = "%Y-%m-%dT%H:%M:%S.%q"
|
||||
timeFormat = "%Y-%m-%dT%H:%M:%S%Q"
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user