aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/timestamp.py
AgeCommit message (Collapse)Author
2012-01-17add support for importing mrt format ribsMichael Elkins
remove default=0 value for timestamps, as that is not a valid initial value for a datetime object. since there is no default argument, the call to the Timestamp constructor needs to specify the value. svn path=/branches/tk161/; revision=4177
2012-01-17store timestamps in UTCMichael Elkins
remove auto_add=True from DateTimeField, and make rpki.gui.app.timestamp.update() set the timestamp value instead. move external data timestamps to sidebar in route view svn path=/branches/tk161/; revision=4176
2012-01-17create utility function for updating Timestamp objectsMichael Elkins
add missing copyright notices svn path=/branches/tk161/; revision=4175