lukepierce / brewMonitor

Web Server to Monitor Fermentation
1 stars 1 forks source link

Get time for timestamp in data acquisition script #3

Closed jandersson closed 9 years ago

jandersson commented 9 years ago

import datetime datetime.datetime.now() http://stackoverflow.com/questions/415511/how-to-get-current-time-in-python

jandersson commented 9 years ago

Need to use datetime.datetime.now().isoformat() so django doesn't complain