Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
themeDJango
DateTimeField(field='data.launch_time', format='%Y-%m-%d %H:%M', timezone='etcUTC/GMT+6')
Warning
titleKnown Issues

Parsed string dates with attached time zones may behave unpredictably, as the date time is interpreted backwards by the string date parser, an example of faulty date is "2012-01-19 19:21:00 GMT+2"


This was fixed on version 3.1.