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
fix: Use UTC time in AWS Lambda integration (getsentry#797)
We use UTC throughout the SDK, the Lambda integration was the only
exception, now fixed.
Explicitly setting the timezone to UTC fixes a problem when loading the
AWS CloudWatch Logs console, where using local time is unreliable.
0 commit comments