derpierre65 / BetterStreamChat

5 stars 4 forks source link

Timestamp format - 24 hours not working #25

Closed sn-o-w closed 1 year ago

sn-o-w commented 1 year ago

The timestamps will still show "AM" or "PM".

derpierre65 commented 1 year ago

youtube or trovo?

sn-o-w commented 1 year ago

youtube or trovo?

YouTube.

cyfung1031 commented 1 year ago

@derpierre65

the space in the 12:39 AM is not \x20

encodeURIComponent("12:39 AM") = "12%3A39%E2%80%AFAM"

decodeURIComponent("12%3A39%E2%80%AFAM").charAt(5)==='\u202F'