Hi,
Could you please check this out, I think there's a mistake here. When using
datetime.strptime("01/01/2021", "%m/%d/%Y").strftime("%Y.%V"), I get
2021.53 back, although it should be 2020.53, if I understand correctly?
Because otherwise we get the last week of the new year, although the date
should belong to the last week of the previous year?
Thanks,
Vanesa