| commit | 288ed98c018b28e4f912c87711affe67a9f56020 | [log] [tgz] |
|---|---|---|
| author | Dave Borowitz <dborowitz@google.com> | Wed Oct 16 08:30:43 2013 -0700 |
| committer | Dave Borowitz <dborowitz@google.com> | Wed Oct 16 10:10:56 2013 -0700 |
| tree | b7185073bc6ccc91627ab0337377f1646e1bb737 | |
| parent | 1d69c2e8ce80efd97a93db11eeb7d565893062f1 [diff] |
Remove usages of System.currentTimeMillis() from gerrit-reviewdb Unlike pure server code, reviewdb.client is used from GWT, so we cannot just use joda's DateTimeUtils.currentTimeMillis(). Instead, just introduce arguments where necessary. Passing TimeUtil.nowTs() is a bit cumbersome but usually short enough to type. Change-Id: I87ef09b0920bc36851bca893a2a37348ffc6bf3a