djay / covidthailand

Thailand Covid testing and case data gathered and combined from various sources for others to download or view
126 stars 15 forks source link

Fix Y2K-Thai bug (64 -> 65) #225

Closed pmdscully closed 2 years ago

pmdscully commented 2 years ago

Fix Thai year in briefings report download URL within main.yml workflow.

i.e. For 2021 returns 64. For 2022 returns 65, etc. This replaces the hardcoded year.

$(($(TZ=Asia/Bangkok date +'%Y')-1957))
# i.e. convert 2022 to Int, then subtract..
djay commented 2 years ago

Thanks