Skip to content

limit7412/time_translation_slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time_translation_slack

serverless

unixtime、UTC、JSTを相互変換するslack向けslash command

> /time2unix unixtime
JST: 1970-01-01 09:00:00
UTC: 1970-01-01 00:00:00
> /time2unix yyyy-MM-dd HH:mm:ss [JST|UTC]
JST: 1970-01-01 09:00:00
UTC: 1970-01-01 00:00:00
unixtime: 0

設定

env.yml

ALERT_WEBHOOK_URL: <アラート通知先slack webhook>
SLACK_ID: <アラート時メンション先slack id>