summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixed 'milliseconds' spelling in code and docspdw2015-05-151-6/+11
* Year shouldn't be arbitrarily limited to -10_000 .. 10_000. Instead it'sdef2015-04-291-2/+2
* fixes #2517Araq2015-04-251-23/+23
* Turn some test outputs into actual testsOleh Prypin2015-04-211-3/+1
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-3/+5
* Implemented epochTime function for JS target.yglukhov2015-03-311-0/+2
* Use <time.h> instead of <sys/time.h> for tzset and time_tdef2015-03-231-73/+73
* Merge pull request #2309 from oderwat/fix-tznameDominik Picheta2015-03-121-0/+5
|\
| * Adding a call to tzset() to implicitly initialize the tzname infos.Hans Raaf2015-03-121-0/+5
* | Fix some compiler warnings in timesdef2015-03-121-8/+9
|/
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-4/+4
* Merge pull request #2097 from jferg2010/develAndreas Rumpf2015-02-121-1/+328
|\
| * Date/time parsing - removed comments from assertJeff2015-02-111-6/+6
| * Date/time parsing with changes suggested by AraqJeff2015-02-111-334/+283
| * Date/time parsing with minor changes requested by Dom96Jeff2015-02-091-32/+29
| * Date/time parsingJeff2015-02-091-7/+388
* | fixed minor bugs; cleaned up testsAraq2015-02-121-51/+51
|/
* merged things from develAraq2014-09-121-1/+1
|\
| * manual merge of #1526Araq2014-09-111-1/+1
* | Nimrod renamed to NimAraq2014-08-281-1/+1
* | big renameAraq2014-08-281-4/+4
* | big renameAraq2014-08-271-97/+98
* | renamefestAraq2014-08-231-14/+14
|/
* Make times module compile with javascript backenddef2014-08-161-38/+38
* Hyperlinks back JavaScript target.Grzegorz Adam Hankiewicz2014-06-211-1/+2
* made large parts of the stdlib gcsafeAraq2014-04-201-12/+13
* Supports parsing format times without separators. Refs #740.Grzegorz Adam Hankiewicz2014-02-151-3/+18
* Splits token parsing case into separate proc. Refs #740.Grzegorz Adam Hankiewicz2014-02-151-106/+115
* Export procs that are useful elsewhere.EXetoC2014-02-061-2/+6
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-5/+5
* improvements for 'pretty'Araq2013-12-281-1/+1
* case consistency part 4Araq2013-12-271-8/+8
* case consistency part 1Araq2013-12-271-5/+5
* Fixes times.toSeconds to handle hours and minutes correctly.Grzegorz Adam Hankiewicz2013-11-171-1/+2
* bugfix: rendering of typ|typ2Araq2013-06-271-1/+1
* implemented large parts of the 'not nil' checkingAraq2013-06-091-18/+18
* more accurate effects for times.nim; bugfix for the JS codegenAraq2013-05-311-51/+53
* bugfixes mostly JS relatedAraq2013-05-011-1/+3
* Fixed some problems with the times module, added interval tests.Dominik Picheta2013-04-141-16/+15
* times.nim compiles on windows againAraq2013-04-141-16/+21
* added toSeconds and fromSeconds to times. fixes #334Simon Hafner2013-04-131-66/+100
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* added gradha's improvements for the times module (issue #231)Araq2013-02-221-1/+9
* elif on JS instead of generic elseSimon Hafner2013-02-151-1/+1
* UTC weekday in JSSimon Hafner2013-02-151-1/+2
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-6/+6
* docs should build under doc2; unittests of times.nim compile under 32bit; sma...Araq2012-11-201-5/+7
* annotated effects of modules: os, sockets, timesAraq2012-11-181-8/+8
* Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-071-15/+54