mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 13:43:49 +02:00
feat:#56 added etag hash
This commit is contained in:
@@ -92,3 +92,7 @@ func ToJSONTime(timeString string) JSONTime {
|
||||
}
|
||||
return JSONTime(t)
|
||||
}
|
||||
|
||||
func (j JSONTime) String() string {
|
||||
return time.Time(j).Format(DefaultDateLayout)
|
||||
}
|
||||
|
Reference in New Issue
Block a user