Nathan Woodburn 25280e9c02
All checks were successful
Build Docker / BuildImage (push) Successful in 29s
feat: Add more styling
2025-03-06 15:31:12 +11:00
2025-03-06 14:27:02 +11:00
2025-03-06 15:31:12 +11:00
2025-03-06 14:27:02 +11:00
2025-03-06 14:27:02 +11:00
2025-03-06 14:27:02 +11:00
2025-03-06 14:27:02 +11:00
2025-03-06 15:15:24 +11:00
2025-03-06 15:15:24 +11:00
2025-03-06 15:25:21 +11:00

python-webserver-template

Python3 website template including git actions

Example curl Commands

Convert Specific Time Between Two Timezones

curl -X POST http://localhost:5000/api/v1/convert -H "Content-Type: application/json" -d '{
  "from_tz": "Australia/Sydney",
  "to_tz": "UTC",
  "time": "2023-10-10T15:00:00"
}'

Convert Specific Time Between Multiple Timezones

curl -X POST http://localhost:5000/api/v1/convert_multiple -H "Content-Type: application/json" -d '{
  "from_tz": "Australia/Sydney",
  "time": "2023-10-10T15:00:00",
  "to_tzs": ["UTC", "America/New_York", "Europe/London"]
}'
Description
Timezone converter to help organise events
Readme 248 KiB
Languages
Python 55.9%
JavaScript 15.4%
HTML 15.4%
CSS 11.5%
Dockerfile 1.8%