mirror of
https://github.com/moby/moby.git
synced 2026-06-24 08:48:23 +00:00
All code in the daemon using `GetTimestamp` called `ParseTimestamp` afterwards to convert the string value to a time.Time. Replace it with a `Parse` function that immediately returns a time.Time (in UTC) so that we don't have to "fuzzy" parse twice. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>