nrvr.util.times
index
/usr/lib/python2.7/site-packages/nrvr/util/times.py

nrvr.util.times - Utilities regarding time
 
Class provided by this module is Timestamp.
 
It should work in Linux and Windows.
 
Idea and first implementation - Leo Baschy <srguiwiz12 AT nrvr DOT com>
 
Public repository - https://github.com/srguiwiz/nrvr-commander
 
Copyright (c) Nirvana Research 2006-2015.
Simplified BSD License

 
Modules
       
datetime

 
Classes
       
__builtin__.object
Timestamp

 
class Timestamp(__builtin__.object)
    Canonical timestamps.
 
  Class methods defined here:
microsecondTimestamp(cls) from __builtin__.type
A 22 character timestamp, at least theoretically to the microsecond.
 
E.g. 20061128T230056Z469534

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)