[commit: packages/time] master, wip/travis: Added Data.Time.LocalTime.Parse, UNIX-style time parsing. (06ad028)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:44:04 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/06ad028f0ddff11a63871b119393b9cc0ee30cd3
>---------------------------------------------------------------
commit 06ad028f0ddff11a63871b119393b9cc0ee30cd3
Author: bjorn <bjorn at bringert.net>
Date: Thu Nov 16 01:58:49 2006 -0800
Added Data.Time.LocalTime.Parse, UNIX-style time parsing.
The old System.Time has had a TODO "* add functions to parse strings to
`CalendarTime' (some day...)" for a long time. The question about date parsing
comes up once in a while on the mailing lists
(e.g. http://comments.gmane.org/gmane.comp.lang.haskell.cafe/16438).
darcs-hash:20061116095849-6cdb2-fef2cd50b6017d49ede023864ae4a2f56f9584a8
>---------------------------------------------------------------
06ad028f0ddff11a63871b119393b9cc0ee30cd3
Data/Time/LocalTime.hs | 4 +-
Data/Time/LocalTime/Parse.hs | 310 +++++++++++++++++++++++++++++++++++++++++++
time.cabal | 3 +-
3 files changed, 315 insertions(+), 2 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 06ad028f0ddff11a63871b119393b9cc0ee30cd3
More information about the ghc-commits
mailing list