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
Published package now uses unbundled functions for better chunking in your build tools (like Vite).
New time diff functions diffMilliseconds, diffSeconds, diffMinutes, diffHours, diffDays, diffWeeks, diffMonths, diffYears.
New ZZ token for offsets without seperator: [+-]HHmm
⚠️ Breaking change
In previous versions of Tempo the Z token used the format [+-]HHmm, there was no ZZ token. To better align with existing token formats like dayjs — theZ token is now [+-]HH:mm and the ZZ token is [+-]HHmm.