Browse Source

Doc updates

tags/nilmdb-1.8.4^0
Jim Paris 10 years ago
parent
commit
405c110fd7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nilmdb/utils/time.py

+ 1
- 1
nilmdb/utils/time.py View File

@@ -60,7 +60,7 @@ def rate_to_period(hz, cycles = 1):
def parse_time(toparse):
"""
Parse a free-form time string and return a nilmdb timestamp
(integer seconds since epoch). If the string doesn't contain a
(integer microseconds since epoch). If the string doesn't contain a
timestamp, the current local timezone is assumed (e.g. from the TZ
env var).
"""


Loading…
Cancel
Save