Closed jrummell-chromium closed 2 years ago
Currently the keystatuseschange Event shows expiration as a Unix epoch time, for example:
expiration
MediaKeySession keystatuseschange Event instance {} Associated value: { expiration: 1648595361000, ... }
It would be nice if it was displayed in a human readable form, e.g. Tue Mar 29 2022 16:09:21 GMT-0700 (Pacific Daylight Time), the same format used to display the event timestamp.
Tue Mar 29 2022 16:09:21 GMT-0700 (Pacific Daylight Time)
Currently the keystatuseschange Event shows
expiration
as a Unix epoch time, for example:It would be nice if it was displayed in a human readable form, e.g.
Tue Mar 29 2022 16:09:21 GMT-0700 (Pacific Daylight Time)
, the same format used to display the event timestamp.