limit7412 / time_translation_slack

unixtime <-> jst utc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

unixtime <-> jst utc

License:MIT License


Languages

Language:Nim 93.2%Language:Dockerfile 3.4%Language:Shell 3.4%