Category "datetime"

How to preserve timezone when parsing date/time strings with strptime()?

I have a CSV dumpfile from a Blackberry IPD backup, created using IPDDump. The date/time strings in here look something like this (where EST is an Australian ti

How to use REGEXEXTRACT for day and time?

I am using a third-party app that allows me to log in my day, time and location at the push of a button, on a google sheet. (source: imggmi.com) While the app c

Python: get all months in range?

I want to get all months between now and August 2010, as a list formatted like this: ['2010-08-01', '2010-09-01', .... , '2016-02-01'] Right now this is what

Python: get all months in range?

I want to get all months between now and August 2010, as a list formatted like this: ['2010-08-01', '2010-09-01', .... , '2016-02-01'] Right now this is what

Python: get all months in range?

I want to get all months between now and August 2010, as a list formatted like this: ['2010-08-01', '2010-09-01', .... , '2016-02-01'] Right now this is what