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
{{ stopTime: publishTimestamp().toDate(), format: 'dd HH mm ss' }}
No matter how far the publish timestamp is into the future I always get days + 1 (i.e showing 1 day left when there should be 0, or 2 when there should be 1). The hours, minutes and seconds are shown correctly.
Hi, folks, I am using this config
{{ stopTime: publishTimestamp().toDate(), format: 'dd HH mm ss' }}
No matter how far the publish timestamp is into the future I always get days + 1 (i.e showing 1 day left when there should be 0, or 2 when there should be 1). The hours, minutes and seconds are shown correctly.
Angular version: 18.2
ngx-countdown version: 18.0.0
I must be doing some silly mistake somewhere, please help.
The text was updated successfully, but these errors were encountered: