Skip to content

Commit

Permalink
Typo in comment (#3679)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
  • Loading branch information
Martin-Zeithaml authored Dec 6, 2023
1 parent c436e5e commit 7810be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/date-add.rex
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ target = today + days
ISOTarget = Date("Standard", target, "Base")

/* ISOTarget YYYYMMDD */
/* 12344578 => YYYY = 1234, MM = 56, DD = 78 */
/* 12345678 => YYYY = 1234, MM = 56, DD = 78 */

if pos("YYYY", dformat) = 0 then
dformat = overlay("34", dformat, pos("YY", dformat))
Expand Down

0 comments on commit 7810be6

Please sign in to comment.