-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dw): transaction page improvement #2730
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
const dd = twoDigitPad(date.getDate()); | ||
const hh = twoDigitPad(date.getHours()); | ||
const min = twoDigitPad(date.getMinutes()); | ||
return `${year}-${mm}-${dd}T${hh}:${min}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't include timezone right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, there was a bug in the previous code so it showed different time
Modify this title
Related Issue/Asana ticket: _
Short description: _
Test scenarios
Reminders (if applicable)
pnpm install
andpnpm test
in the root of the monorepo(optionally with
--filter=...package...
to exclude non-affectedprojects)
pnpm changeset
in the root of the monorepodocs.kadena.io)