Tony
Tony
# Extension – [Clockify](https://github.com/raycast/extensions/tree/baa9c7891b5876e62d9af4453d73498f6655bf07/extensions/clockify/) Author: @ismamz, @sxn **What should it do?** Similarly to how the Calendar extension shows the upcoming (or currently in progress) event in the menu bar. It...
Closes #66 Since `Z` and `+00:00` are aliases in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-4.3) and PHP happens to output +00:00 when the `P` (and thus the `RFC3339_EXTENDED`) format character is used, I chose...
Current format: ```php gmdate('%Y-%m-%dT%H:%M:%S.%6NZ') ``` That produces, for example, this string `%2023-%09-%29GMT%13:%Sep:%th.%650` instead of the [RFC 3339](https://tools.ietf.org/html/rfc3339) format. It's an easy fix; I'll send a Pull Request. This might also...
Use ISO8601 format when the `publishTime` is not provided in the message. Fixes #167
### Search first - [X] I searched and no similar issues were found ### What Happened? When I open a new (empty) journal page, for example by clicking on day...