We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1084edf commit 2ae2fe1Copy full SHA for 2ae2fe1
1 file changed
src/Database/Schema/Migrations/Filesystem.hs
@@ -156,7 +156,7 @@ instance ToJSON UTCTimeYaml where
156
157
-- Keeps things as the old Show/Read-based format, e.g "2009-04-15 10:02:06 UTC"
158
utcTimeYamlFormat :: String
159
-utcTimeYamlFormat = "%F %T UTC"
+utcTimeYamlFormat = "%F %T%Q UTC"
160
161
newtype DependsYaml = DependsYaml
162
{ unDependsYaml :: [Text]
0 commit comments