[Python] Gestione delle date
Riccardo Brazzale
riccardo.brazzale a gmail.com
Mer 15 Ott 2014 15:26:50 CEST
Ciao a tutti,
mi trovo a dover gestire una data, proveniente da un db mysql, nel formato
windows seriale.
Come esempio trovo che:
39690 = 30/08/08
40849 = 02/11/11
ora:
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from datetime import datetime
>>> dt = datetime.fromordinal(39690)
>>> datetime.isoformat(dt)
'0109-09-01T00:00:00'
>>> dt = datetime.fromordinal(40849)
>>> datetime.isoformat(dt)
'0112-11-03T00:00:00'
>>>
Qualcosa non mi torna perché evidentemente canno la gestione.
Qual è il procedimento corretto?
Grazie!
--
Riccardo Brazzale
Linux User #299418
Linux Machine #184578
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20141015/7470dfca/attachment.html>
Maggiori informazioni sulla lista
Python