Skip to content

blub3k/timezone-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curl Befehle zum testen:

Einfügen

curl -X POST http://localhost:8080/times \
  -H "Content-Type: application/json" \
  -d '{"timestamp":"2025-05-09T12:00:00Z"}'

curl -X POST http://localhost:8080/times \
  -H "Content-Type: application/json" \
  -d '{"timestamp":"2025-05-09T14:00:00+02:00"}'

Selektieren

curl http://localhost:8080/times

DB konfiguriert mit

SET GLOBAL time_zone = "Europe/Berlin"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 76.6%
  • Makefile 17.4%
  • Dockerfile 6.0%