solero / houdini

A Club Penguin private server written in Python 3
https://houdini.readthedocs.io/
MIT License
281 stars 54 forks source link

Postcards Broken #16

Closed Blueyzachary closed 4 years ago

Blueyzachary commented 4 years ago

All Postcards show Xs on multiple mediaservers, and are from undefined.

ben-pearce commented 4 years ago

Hi, postcards seem to work OK for me.

Can you provide screenshots of browser developer tools when opening your postcard inbox and also recent houdini error logs.

Blueyzachary commented 4 years ago

Postcard

ben-pearce commented 4 years ago

After some research this issue seems to be caused by the underlying C API windows uses to calculate the result for mktime()

Switched to using solely the datetime library which should resolve the issue.