18F / standup-slack-bot

A Slack bot to streamline team standup without disturbing the overall flow of conversation
https://standup-slack-bot.app.cloud.gov/
Other
87 stars 31 forks source link

Use moment-timezone plugin #29

Closed mgwalker closed 8 years ago

mgwalker commented 8 years ago

Throw out all my crufty timezone code, use a well-maintained plugin for moment instead. Normalizes on UTC except for display purposes.

Adds the timezone short name (e.g., EST, EDT) to the getDisplayFormat method, which addresses #28.

stvnrlly commented 8 years ago

:clock5: