ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.3k stars 123 forks source link

Fix help text for timestamp format #123

Closed foxt closed 5 months ago

foxt commented 6 months ago

Currently, the helptext says the format string should me in moment.js format, when it shouldn't. Insomni(um|a) uses date-fns.

archywillhe commented 5 months ago

looks good; thx!