Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Enable hubot to convert times in user time zones during discussion.

License

Notifications You must be signed in to change notification settings

ebababi/hubot-timezone-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-timezone-converter

Enable hubot to convert times in user time zones during discussion.

See src/timezone-converter.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-timezone-converter --save

Then add hubot-timezone-converter to your external-scripts.json:

[
  "hubot-timezone-converter"
]

Sample Interaction

user1>> team meeting at 4am
hubot>> 21:00 (Eastern Standard Time)
        03:00 (Central European Time)
        04:00 (Eastern European Time)

About

Enable hubot to convert times in user time zones during discussion.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published