commit | eaee4a95516e8333a1f67e6ccf0d6f78af801c8c | [log] [tgz] |
---|---|---|
author | Adrià Vilanova MartÃnez <me@avm99963.com> | Sun Dec 03 21:07:21 2023 +0100 |
committer | Copybara bot <copybara-bot@avm99963.com> | Sun Dec 03 20:19:44 2023 +0000 |
tree | cd853255120b0af4cd04db4ca07e72272ab7280c | |
parent | 4f968f07aaff9c4c756d6a1b099576790bfee9df [diff] |
fix: use IntlDateFormatter instead of strftime This CL introduces breaking changes, since it uses non-constant static variable initializers, which are only available since PHP 8.3. Thus, the codebase now only supports PHP 8.3 (and the docs have been modified to reflect this and the fact that the Intl extension is necessary). Fixed: hores:2 GitOrigin-RevId: 9a91312c96b90fa4c9ae5fc5f6e972fd95c9cd57
App which is used to keep track of the intervals of time that a worker is in the workplace in one or several companies.
Documentation can be found at https://avm99963.github.io/hores-external/. Both the UI and the documentation are written in Spanish.
Contributions in the form of issues or code changes are welcome. You can report issues here, and please submit an issue before starting to work on code changes so we can agree on the code changes and work on incorporating them into the source code if both parties are happy to do that.
If you found a security vulnerability, please follow the procedure set forth in https://www.avm99963.com/.well-known/security.txt (send me an email encrypted using my public key).