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
7 files changed
tree: cd853255120b0af4cd04db4ca07e72272ab7280c
  1. .github/
  2. .headroom-templates/
  3. docs/
  4. node_modules/
  5. src/
  6. upgradescripts/
  7. .gitignore
  8. .gitreview
  9. .headroom.yaml
  10. LICENSE
  11. mkdocs.yml
  12. package-lock.json
  13. package.json
  14. README.md
README.md

Hores

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

Documentation can be found at https://avm99963.github.io/hores-external/. Both the UI and the documentation are written in Spanish.

Contributions

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.

Reporting security vulnerabilities

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).