arojunior / awesome-feed

Stay up to date with what is happening and what the users who you follow are working on Github
https://awesomefeed.js.org
MIT License
57 stars 8 forks source link

Format DateTime #26

Closed arojunior closed 6 years ago

arojunior commented 6 years ago

Can we format datetime in events and convert to respective timezone?

gdsrosa commented 6 years ago

Which timezone?

arojunior commented 6 years ago

Thank you for to be interested, @gdsrosa. I think we could get timezone from the client with something like Date().getTimezoneOffset() and then convert. Note that we need to format the date according the client timezone as well