Changes between Version 2 and Version 3 of Ticket #24959


Ignore:
Timestamp:
Jun 8, 2015, 9:19:54 PM (9 years ago)
Author:
Fred Palmer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24959 – Description

    v2 v3  
    2828In layman's terms - the two layers are not convertible in a one-to-one sense.  A `timedelta` in for the example above in Python means: '''go back one day and *add* 23 hours'''.  So some `datetime + delta` would just subtract one hour.
    2929
    30 In MySQL, however, ''INTERVAL '-1 0:0:82800:0' DAY_MICROSECOND)'' means: '''add a negative one day and 23 hours'''.
     30In MySQL, however, ''INTERVAL '-1 0:0:82800:0' DAY_MICROSECOND'' means: '''add a negative one day and 23 hours'''.
Back to Top