We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78925d commit 0982de6Copy full SHA for 0982de6
test/src/Main.purs
@@ -179,7 +179,7 @@ timeTest = do
179
assertFormatting "17" "YY" (makeDateTime 20017)
180
log " --- Format 0 with YY"
181
assertFormatting "00" "YY" (makeDateTime 0)
182
- log " --- Format - 1 with YY"
+ log " --- Format -1 with YY"
183
assertFormatting "01" "YY" (makeDateTime (-1))
184
185
log "- Data.Formatter.DateTime.unformatDateTime "
0 commit comments