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 19b33c4 commit d502bbbCopy full SHA for d502bbb
src/Data/JSDate.purs
@@ -153,7 +153,7 @@ foreign import dateMethod :: forall a. Fn2 String JSDate a
153
-- | behaviour for a given string. The RFC2822 and ISO8601 date string formats
154
-- | should parse consistently.
155
-- |
156
--- | The `LOCALE` effect is present here as if no time zone is specified in the
+-- | This function is effectful because if no time zone is specified in the
157
-- | string the current locale's time zone will be used instead.
158
foreign import parse :: String -> Effect JSDate
159
0 commit comments