Edgewall Software

Changes between Version 27 and Version 28 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Feb 20, 2010, 4:53:31 AM (14 years ago)
Author:
Remy Blank
Comment:

Added a section about microsecond timestamps.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v27 v28  
    173173
    174174
     175==== Timestamp storage in database ====
     176Timestamps associated with resources and stored in the database have been changed from second to microsecond resolution. This should not affect plugins that use the model classes to access resources. However, plugins accessing the database tables directly need to be adapted.
     177
     178Conversion between `datetime` objects and microsecond timestamps can be performed with the new functions `from_utimestamp()` and `to_utimestamp()` in [source:trunk/trac/util/datefmt.py@9210:64,72#L63 trac/util/datefmt.py].
     179
     180See #6466 for details.
     181
     182
    175183== New in the 0.12 API ==
    176184=== New Classes ===