-
Notifications
You must be signed in to change notification settings - Fork 85
Fix uses of time.Truncate #851
Conversation
/hold PTAL despite the hold. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
var stats []*AuthorizedAppStats | ||
if err := db.db. | ||
Model(&UserStats{}). | ||
Model(&AuthorizedAppStats{}). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels like it was a different bug?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jeremyfaller, sethvargo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added comments where the omissions of UTC is non-obvious to me
**** NB ***** This PR will be marked HOLD until all reviews requested on this PR give it an LGTM. If you want to HOLD this CL, please add yourself as reviewer, and mark yourself as NON-LGTM. **** /NB ***** PTAL. These are all references to Truncate that: `grep -R Truncate * | grep 24` returned, and I think all changes are correct. Please verify. Fixes google#848
e11d092
to
bdd7d43
Compare
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
**** NB *****
This PR will be marked HOLD until all reviews requested on this PR give
it an LGTM. If you want to HOLD this CL, please add yourself as
reviewer, and mark yourself as NON-LGTM.
**** /NB *****
PTAL. These are all references to Truncate that:
grep -R Truncate * | grep 24
returned, and I think all changes are correct. Please verify.
Fixes #848