Merge pull request #32206 from stermic2/develop
feat: Add Julian Day to Auto Naming series
This commit is contained in:
commit
2f77ab7f88
1 changed files with 2 additions and 0 deletions
|
|
@ -359,6 +359,8 @@ def parse_naming_series(
|
|||
part = today.strftime("%d")
|
||||
elif e == "YYYY":
|
||||
part = today.strftime("%Y")
|
||||
elif e == "JJJ":
|
||||
part = today.strftime("%j")
|
||||
elif e == "WW":
|
||||
part = determine_consecutive_week_number(today)
|
||||
elif e == "timestamp":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue