Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31756
| References | <CABUeae_KJQDvtiRomJKcfKMHYzAVjwvyuvh8U=8_ZAJy6QSUsg@mail.gmail.com> |
|---|---|
| From | Mateusz Loskot <mateusz@loskot.net> |
| Date | 2012-10-19 20:00 +0100 |
| Subject | Fwd: Format of datetime dump |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2521.1350673245.27098.python-list@python.org> (permalink) |
Hi,
I'm not sure if this list is the right place to ask question about PyYAML,
but the yaml-core seems to be too general and quiet.
So, I decided to forward my question here.
I asked on yaml-core the following question, would anyone have any insights?
Mat
---------- Forwarded message ----------
From: Mateusz Loskot <mateusz@loskot.net>
Date: 19 October 2012 13:58
Subject: Format of datetime dump
To: yaml-core@lists.sourceforge.net
Hi,
Given this snippet:
yaml.dump({'date':datetime.datetime.now()})
"{date: !!timestamp '2012-10-19 01:32:41.674322'}\n"
Could anyone enlighten me why the ISO8601 format YYYY-MM-DDThh:mm:ssTZD
is not used here, by default?
Is there any mean to make yaml.dump generating datetime in ISO8601?
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
--
Mateusz Loskot, http://mateusz.loskot.net
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Fwd: Format of datetime dump Mateusz Loskot <mateusz@loskot.net> - 2012-10-19 20:00 +0100
csiph-web