protoncr / tourmaline

Simple Telegram bot library for Crystal
https://tourmaline.dev
MIT License
158 stars 38 forks source link

"Time.utc" instead of "Time.now" in example bot (since latter is depr… #10

Closed Yashko closed 5 years ago

Yashko commented 5 years ago

…ecated)

28 | api = API_URL + "?time=#{Time.now}&format=src&type=" ^-- Warning: Deprecated Time.now. Use Time.local or Time.utc instead.

A total of 1 warnings were found.

watzon commented 5 years ago

Thank you for this