Hei guys!
OpenAI modul interprates workinghours incorrectly. Current time is provided via liquid JSON, but in the output, it mixes up workdays with weekend days. Also, it shortcutes starting time (14.00 instead of 13.00). Has anybody experienced this?
*From prompt: * Rules: - The start time must be 11:59 (but say 12 pm) on workingdays, and must be 12:59 (but say 13 pm) on the weekends (Saturday and Sunday) - The end time must be 22 pm (from Monday to Saturday), and must be 21 pm on Sundays. - Always output a date thats a head of the current time.
From output:
* startTime
2025-02-03T13:59:00.000
* endTime
2025-02-03T21:00:00.000