jaroslawhartman / TimeZones-Alfred

Alfred Workflow
https://jhartman.pl/tag/time-zones/
Apache License 2.0
496 stars 20 forks source link

The AoE date is different between my Mac and TimeAndDate.com #38

Closed liyang85 closed 3 years ago

liyang85 commented 3 years ago

I live in China (UTC+8), and all the date and time displayed by the workflow are correct except the AoE date which advanced one day.

Below AoE time I read from TimeAndDate.com:

Xnip2020-10-30_20-55-02 Xnip2020-10-30_20-54-08
jaroslawhartman commented 3 years ago

Hi @liyang85

You can fix this manually - open GeoLite2-City-Locations-en.csv in your editor and change

99999998,AoE,AoE,N/A,N/A,"Anywhere on Earth (AoE)",N/A,N/A,,,"Anywhere on Earth (AoE)",,UTC-12,0

into

99999998,AoE,AoE,N/A,N/A,"Anywhere on Earth (AoE)",N/A,N/A,,,"Anywhere on Earth (AoE)",,UTC+12,0

Then remove the location and add it again.

This change has been released as v2.18.

Best regards, Jarek

liyang85 commented 3 years ago

@jaroslawhartman Thanks for your help.

Now the AoE date is right, but the Timezone is wrong, would you like to fix it too?

image

image

jaroslawhartman commented 3 years ago

Hi @liyang85 , take a look at v2.19.

Best regards, Jarek

liyang85 commented 3 years ago

AoE things now works fine. Thank you very much @jaroslawhartman .