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
as far as I understand, getNow (which is currently implemented as return java.time.Instant.now().truncatedTo( ChronoUnit.MILLIS )) always returns the time in UTC, which is what Keptn accepts and uses by default.
What is the benefit of matching the timezone of the Jenkins installation, other than having the same string representation of the date time object?
Feature Request
Need to pass in the timezone to allow timezones to match customers configuration with jenkins and keptn.
References
These features need a timezone,
markEvaluationStartTime()
sendStartEvaluationEvent()
If you think about adding a timezone option to the getNow.
Then something like this,
You can also see this to use a timezone parameter,
This in turn is basically adding a timezone to the timeformatter.
Thanks,
Jeff
The text was updated successfully, but these errors were encountered: