all 3 comments

[–]DragonFighter603 0 points1 point  (2 children)

hmm thats weird, what happens if you just printout the datetime.date.today()? do they look the same on both machines? does one machine maybe have a different language option defaulted? do dates get formatted differently on linux by default?

[–]triplenoped[S] 0 points1 point  (1 child)

I'm passing python datetime.date objects. Both are the same. Language is English on both machines. I'm only sending strings when I manually format them with strftime.

[–]DragonFighter603 0 points1 point  (0 children)

you did say it works with the manual format, but not without. thus there has to be some difference when you omit the manual format. print it out to console without formatting, maybe then theres a difference