feat:#56 added etag hash

This commit is contained in:
Elmar Kresse
2024-10-04 18:35:09 +02:00
parent 5ce70983f2
commit 97daa7b73c
4 changed files with 27 additions and 6 deletions

View File

@@ -92,3 +92,7 @@ func ToJSONTime(timeString string) JSONTime {
}
return JSONTime(t)
}
func (j JSONTime) String() string {
return time.Time(j).Format(DefaultDateLayout)
}