You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call docker logs -t, either by cli or Python API, it returns only UTC timestamp. Could you please support specify timezone while calling docker logs -t?
Description
When I call
docker logs -t, either by cli or Python API, it returns only UTC timestamp. Could you please support specify timezone while callingdocker logs -t?