You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXPIREAT uses unixtimestamps which normaly are expected to be in UTC timezone, but redis uses the servers local timezone.
A simple solution would be to make the used timezone configurable.