We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I believe this extension could benefit from interpreting the expiry date timestamp using Date(expirationDate?.toFixed() * 1000).
Date(expirationDate?.toFixed() * 1000)
Otherwise I'm stuck with using: python -c 'from datetime import datetime; print(datetime.fromtimestamp(TIMESTAMP))'
python -c 'from datetime import datetime; print(datetime.fromtimestamp(TIMESTAMP))'