StansAssets / com.stansassets.build

Unity build system automation & additional API
5 stars 1 forks source link

Inconsistent time #35

Open stan-osipov opened 3 years ago

stan-osipov commented 3 years ago

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.