Milliseconds
Some settings use human readable relative time. Here is a table of the time units and their human readable counterparts.
Unit (Case insensitive) | Milliseconds |
---|---|
ms, msec, msecs, millisecond, milliseconds | 1 millisecond |
s, sec, secs, second, seconds | 1000 milliseconds |
m, min, mins, minute, minutes | 60,000 milliseconds |
h, hr, hrs, hour, hours | 3,600,000 milliseconds |
d, day, days | 86,400,000 milliseconds |
w, week, weeks | 604,800,000 milliseconds |
y, yr, yrs, year, years | 31,536,000,000 milliseconds |
Example
1s
is equal to1000
milliseconds1m
is equal to60,000
milliseconds1h
,1 hrs
, etc. is equal to3,600,000
milliseconds1 day
,1d
, etc. is equal to86,400,000
milliseconds- you can use these values in any setting that requires a time
HTTP Webhooks
If you have enabled HTTP Webhooks within the dashboard settings, Zipli...
Passkeys
Passkeys are a way to authenticate users without requiring them to ent...
Last updated: 2/7/2025
Edit this page on GitHub