Datetime timestamp to date

date/time classes though: DateTime[Delta] are much faster on creation, use less storage and are faster to convert to the supported other formats than any equivalent tuple-based implementation written in Python. Creation of time-module values using time.mktime() is much slower than doing the same thing with DateTime(). The same holds for the reverse ................
................