Files
Nim/lib
Timothee Cour 2ac22b4cf0 fix #8273 times format regression, and fix inconsistent ordering in 1 format overload (#8290)
* Fix issue #8273 [regression] [times.format] Error: attempting to call
undeclared routine: 'format'

* rename format to f for consistency with other overloads and avoid
similar bugs as #8273

* breaking change since PR 8094: changed format*(f: TimeFormat, dt: DateTime) to format*(dt: DateTime, f: TimeFormat) for consistency w other overloads

* use consistent ordering for times.parse procs
2018-07-16 21:15:17 +02:00
..
2017-02-20 17:24:19 +02:00
2018-07-09 12:11:03 +02:00
2018-06-29 02:13:49 -04:00
2018-06-22 03:19:30 +02:00
2018-06-07 07:21:20 +02:00
2014-08-28 09:59:26 +02:00