[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Added Data.Time.LocalTime.Parse, UNIX-style time parsing. (06ad028)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:11:28 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Some haddock formatting for fromMondayStartWeek and fromSundayStartWeek. (c2bc34a)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Updated SRC and dependencies in time/Makefile to include Data.Time.LocalTime.Parse. (d6ff855)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,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
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Some haddock formatting for fromMondayStartWeek and fromSundayStartWeek. (c2bc34a)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Updated SRC and dependencies in time/Makefile to include Data.Time.LocalTime.Parse. (d6ff855)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list