zoeyfyi / Boop-GTK

Port of @IvanMathy's Boop to GTK, a scriptable scratchpad for developers.

Home Page:https://boop-gtk.zoey.fyi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify the accepted date format in the script's description

lpaderiAltravia opened this issue · comments

Today I wanted to convert a date into a unix timestamp.
While BoopGTK has this option, it's not specified how the date should be given

If it is possible I would add a comment in the description indicating which format is supposed to be given as an input (probably now is YYYY-mm-dd HH:mm)

Thank you

Great suggestion!

Data.parse is platform dependent, but it looks like it use ISO 8601 by default in modern engines, so it would be a helpful to have that in the tooltip.