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
Here is an issue.
When we storing the commit time - we getting GMT time from the git hub
So in order to make it look my time - I need to all adjust it for the my time zone.
Build time - unlike the commit time uses time zone on the current machine.
Solutins: We need timezone settings GMT +X
This way we will add time zone to the git commit time
We will remove the machine timezone from the build time making it GMT time and then will add time zone from settings to the result.
The text was updated successfully, but these errors were encountered:
Here is an issue.
When we storing the commit time - we getting GMT time from the git hub
So in order to make it look my time - I need to all adjust it for the my time zone.
Build time - unlike the commit time uses time zone on the current machine.
Solutins: We need timezone settings GMT +X
This way we will add time zone to the git commit time
We will remove the machine timezone from the build time making it GMT time and then will add time zone from settings to the result.
The text was updated successfully, but these errors were encountered: