cstephen / hashtag-count

Count hashtag occurrences over time using Twitter's Streaming API.
MIT License
7 stars 4 forks source link

Show how to convert from UTC time to local time zone in examples #3

Open cstephen opened 7 years ago

cstephen commented 7 years ago

People using this tool to watch the output in real time (rather than storing it, for example) will prefer to see the times in their local time zone. Why not show how to convert from UTC time to their local time zone in the README and example scripts?