Skip to content

Commit 2ae2fe1

Browse files
committed
Fix UTCTime parsing
We lost the picosecond bit at some point
1 parent 1084edf commit 2ae2fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Schema/Migrations/Filesystem.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ instance ToJSON UTCTimeYaml where
156156

157157
-- Keeps things as the old Show/Read-based format, e.g "2009-04-15 10:02:06 UTC"
158158
utcTimeYamlFormat :: String
159-
utcTimeYamlFormat = "%F %T UTC"
159+
utcTimeYamlFormat = "%F %T%Q UTC"
160160

161161
newtype DependsYaml = DependsYaml
162162
{ unDependsYaml :: [Text]

0 commit comments

Comments
 (0)