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
timestamp for cachebuster should be generated in a central timezone
Current Behavior
timestamp is written in local timezone and therefore leads to an error:
time stamp 2019-07-25 16:25:14 is 5221.004068479 s in the future when starting soon.
Steps to reproduce the issue
generate app in e.g. German Timezone. then run it imediately on a server with time difference.
Log Output / Stack Trace
[PollStageAppStatusExecution] 8be308c5-b2a9-4a43-ab9d-01f76fd1529e [Tue Jul 29 09:43:32 UTC 49565270] Copying droplet into the container failed: stream-in: nstar: error streaming in: exit status 2. Output: tar: ./app/public/Component-dbg.js: time stamp 2019-07-25 16:25:14 is 5221.004068479 s in the future (STDERR, CELL)#
The text was updated successfully, but these errors were encountered:
Maybe the server-side part is interpreting the UTC time with its local time?
At least I can not see where this could be solved in the builder/task, thus closing this issue.
Expected Behavior
timestamp for cachebuster should be generated in a central timezone
Current Behavior
timestamp is written in local timezone and therefore leads to an error:
time stamp 2019-07-25 16:25:14 is 5221.004068479 s in the future when starting soon.
Steps to reproduce the issue
Log Output / Stack Trace
The text was updated successfully, but these errors were encountered: