-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
Parse timestamp to datetime #741
Comments
We could take the relevant parts from datetime.py in case we want to go with option 3 |
Another place where we could use this function is here:
lock_time is interpreted as timestamp and not the blockheight).
|
for QA: Prepare a Bitcoin or Testnet transaction in Suite. The transaction does not need to be sent, this is purely a display change. |
QA OK fw trezor-fw-regular-2.4.3-221977ad.bin |
In Stellar and most likely in some other apps as well the host is sending a timestamp to Trezor. We currently do not have a function to format it into something more readable. Since we probably (?) do not want to include the whole datetime micropython library we can either:
tsusanka/timestamp
, but it fails onmultiple definition of snprintf
).The text was updated successfully, but these errors were encountered: