JohnCoates / Aerial

Apple TV Aerial Screensaver for Mac
MIT License
20.77k stars 1.05k forks source link

Custom Date Formatting Rules Ignored (ISO 8601) #1288

Closed alvintuo closed 1 year ago

alvintuo commented 1 year ago

General troubleshooting tips

Before logging an issue please check that:

If none of this fixes your issue, tell us about the problem you are experiencing or the feature you'd like to request.

Required information

In order to help us sort your issue, we ask that you provide the following information:

If appropriate, please enable Debug mode and Log to disk in Advanced tab and replicate your bug, then attach the AerialLog.txt file (You can access this file through the Advanced tab).

Description of issue / Feature request

The option to change the date formatting in overlay is broken. I wanted to use the ISO 8601 date format using Unicode, but the overlay ignores the custom formatting in preview. Screenshot 2023-03-21 at 14 07 02

In preview, the date shows up as "March 21, 2023".

glouel commented 1 year ago

@alvintuo I'll have to check but I know it's weird, because in many cases, the API is using the locale to automagically make things look as they are in your region settings. I'll see if there's a way to override that but I remember that it worked very weirdly. Try y-MMMM and you'll see it "kinda" works, but the locale overrides a lot.

glouel commented 1 year ago

Ok I finally figured it out :

Capture d’écran 2023-03-24 à 18 09 18

I'll post a beta later today or tomorrow !

glouel commented 1 year ago

Sorry @alvintuo forgot to update but beta was posted with this fix.

alvintuo commented 1 year ago

Thank you for your help!