Better fix for timezone offset, should add a pass in to the dashboard for timezone offset calculated in client

This commit is contained in:
Nathan Anderson
2023-08-02 11:40:41 -06:00
parent ef9a7d06e4
commit 6bba159e64
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ dst_file="data-${timestamp}.db"
mkdir -p $dst_dir
# Move and rename the file
mv "${src}" "${dst_dir}/${dst_file}"
cp "${src}" "${dst_dir}/${dst_file}"
echo "File has been moved to ${dst_dir} and renamed to ${dst_file}"