Wykres commitów

4 Commity (157e3b5d61357221fb462e790745d9b6a9e12359)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 45fffed699 datetime: Replace '"%c" % char' with '"%s" % char'.
MicroPython may have issues with unicode chars.
2017-12-19 09:09:49 +02:00
Paul Sokolovsky fe2b6d473a datetime: Avoid float.as_integer_ratio().
MicroPython doesn't have it, so implement equivalent (+/- rounding errors)
arithmetics.
2017-12-18 00:39:01 +02:00
Paul Sokolovsky 587596401c datatime: Add from CPython 3.3.3. 2017-11-12 00:27:22 +02:00
Paul Sokolovsky 565c7159ed datetime: Add dummy module. 2014-05-09 03:49:48 +03:00