Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #17235
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: replacing timestamps in file [newbie] |
| Date | 2011-12-14 12:56 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <22395461.354.1323896161063.JavaMail.geo-discussion-forums@prez15> (permalink) |
| References | <0d492ee6-bb77-462c-8298-bb969b0e944f@b32g2000yqn.googlegroups.com> |
You can either work with datetime module (see datetime.datetime.strptime) or with the time module (see time.strptime and time.mktime)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
replacing timestamps in file [newbie] nukeymusic <nukeymusic@gmail.com> - 2011-12-14 12:32 -0800 Re: replacing timestamps in file [newbie] Miki Tebeka <miki.tebeka@gmail.com> - 2011-12-14 12:56 -0800 Re: replacing timestamps in file [newbie] Chris Angelico <rosuav@gmail.com> - 2011-12-15 08:07 +1100
csiph-web