dfactoryplugins / post-views-counter

Post Views Counter
56 stars 20 forks source link

Fix counter to be recorded in right period #30

Closed obache closed 5 years ago

obache commented 5 years ago

date() expects that 2nd argment is UTC timestamp and return as local time. Then, passing local timestamp result in double timezone offset.

Year of the week may be different than year of the date, so it must be handled differently.