storj/storagenode
Jeff Wendling b9d8ddaad1
storagenode: remove datetime calls in favor of UTC (#2557)
* storagenode: remove datetime calls in favor of UTC

datetime only has second level granularity whereas string
comparisons don't. Since we're wiping everything anyway, it's
easier to just use UTC everywhere rather than migrate to
datetime calls.

* add utcdb to check that arguments are utc

* storagenodedb: add trivial tests to ensure calls work

This at least tests that all of the timestamps passed in are
in the UTC timezone.

* fix truncated comment and change migrations to be UTC
2019-07-15 13:38:08 -04:00
..
bandwidth method name changer per PR 2469 (#2494) 2019-07-09 16:05:14 -04:00
collector storagenodedb: use datetime functions in sqlite queries (#2512) 2019-07-10 10:47:59 -04:00
console storagenode/nodestats: combine stats into single RPC call (#2455) 2019-07-08 17:33:43 +03:00
inspector Update inspector timestamp to time.time (#2464) 2019-07-08 10:06:12 -04:00
monitor method name changer per PR 2469 (#2494) 2019-07-09 16:05:14 -04:00
nodestats storagenode/nodestats: combine stats into single RPC call (#2455) 2019-07-08 17:33:43 +03:00
orders protocol: implement new piece signing and verification (#2525) 2019-07-11 16:51:40 -04:00
pieces protocol: implement new piece signing and verification (#2525) 2019-07-11 16:51:40 -04:00
piecestore ensure uplink is sending correct size with PieceHash (#2555) 2019-07-15 11:26:18 -04:00
storagenodedb storagenode: remove datetime calls in favor of UTC (#2557) 2019-07-15 13:38:08 -04:00
trust protocol: implement new piece signing and verification (#2525) 2019-07-11 16:51:40 -04:00
vouchers Update vouchers to use time.Time instead of timestamp (#2478) 2019-07-08 13:07:30 -04:00
peer.go Drop SN certifiates table from DB (#2498) 2019-07-09 17:33:45 -04:00