Skip to content
Snippets Groups Projects
Commit 5b969b3a authored by Théo - Le Filament's avatar Théo - Le Filament
Browse files

fix: use UTC to avoid DST

parent 56409fff
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ export OS_USERNAME="{{ swift_cloud_username }}"
export OS_PASSWORD="{{ swift_cloud_password }}"
export OS_REGION_NAME="{{ swift_cloud_regionname }}"
TODAY=`date +%F`
TODAY=`date --utc +%F`
for container in `/usr/local/bin/swift list`
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment