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.
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.