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
Possible or not add parameter, such as UTC+03:00 or time zone: 'Africa/Nairobi' - see under, when use with parameter UTC+03:00 or time zone: 'Africa/Nairobi' - time trx files in zip archive will be Local time (UTC+03:00, UTC+04:00, offset relative to UTC), NOT Universal Time
SharkyEXE
changed the title
How make "Time as Local time (UTC+03:00, UTC+04:00, offset relative to UTC)" for file with extension trx in zip archive?
The timestamp of the files in the artifact (trx) is not the one of the original file (zip)
Nov 4, 2024
What happened?
The timestamp of the files in the artifact (trx) is not the one of the original file (zip)
What did you expect to happen?
That the timestamps of the files (trx) in the archive (zip) of the artifact are the same as the original file (zip)
How can we reproduce it?
Give a specific timestamp to a file
use actions/upload-artifact@v4 for that file
Then after job is run, download the artifact locally. You can see that the timestamps is not the same as before
For example
For example
time make zip file is 00.20.50
time trx file is 21:20
Anything else we need to know?
Hello
After build firmware - make trx file, trx file packed in zip archive and zip arhive upload with Upload artifacts
But time file trx - Universal time (UTC)
Current default time zone: 'Africa/Nairobi'
Local time is now: Sun Nov 3 23:43:19 EAT 2024.
Universal Time is now: Sun Nov 3 20:43:19 UTC 2024.
File: padavan-ng/trunk/images/RT-N56UB1_3.4.3.9L-102-543451d5a6.trx
Size: 14532570 Blocks: 28384 IO Block: 4096 regular file
Device: 801h/2049d Inode: 698913 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2024-11-04 00:20:50.351683705 +0300
Modify: 2024-11-04 00:20:50.211682600 +0300
Change: 2024-11-04 00:20:50.211682600 +0300
Birth: 2024-11-04 00:20:50.143682064 +0300
Screenshot - i download zip file and open zip file on Windows 11 in program 7-Zip version 23.01 (x64)
Code for make trx file, trx file packed in zip archive and zip arhive upload with ### Upload artifacts
Possible or not add parameter, such as UTC+03:00 or time zone: 'Africa/Nairobi' - see under, when use with parameter UTC+03:00 or time zone: 'Africa/Nairobi' - time trx files in zip archive will be Local time (UTC+03:00, UTC+04:00, offset relative to UTC), NOT Universal Time
Thank You!
What version of the action are you using?
actions/upload-artifact@v4
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
The text was updated successfully, but these errors were encountered: