Skip to content

Commit

Permalink
Merge pull request #307 from nicolasroche898/timelapseT
Browse files Browse the repository at this point in the history
timelapse: Use ISO-style datetime format for default filename
  • Loading branch information
themactep authored Nov 7, 2024
2 parents 188ae3c + 54bd778 commit ced82c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "POST" = "$REQUEST_METHOD" ]; then

# defaults
[ -z "$timelapse_enabled" ] && timelapse_enabled="false"
[ -z "$timelapse_filename" ] && timelapse_filename="%Y%m%d%H%M.jpg"
[ -z "$timelapse_filename" ] && timelapse_filename="%Y%m%dT%H%M.jpg"
[ -z "$timelapse_interval" ] && timelapse_interval=1

# normalize
Expand Down

0 comments on commit ced82c5

Please sign in to comment.