I'm currently able to get the Trello due date
, giving me this string:
2018-10-22T16:00:00.000Z
I'd like to get the time until then in the format HH:MM:SS
as a string.
With normal Lua, I imagine it wouldn't be too hard, but with the restricted use of things like os.time
, I'm quite confused on how to do it. Thanks for any help!