CreateSubscription(), UpdateSubscription(), GetMessage(), DeleteMessage()
This commit is contained in:
10
server/util.go
Normal file
10
server/util.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"gogs.mikescher.com/BlackForestBytes/goext/timeext"
|
||||
"time"
|
||||
)
|
||||
|
||||
func QuotaDayString() string {
|
||||
return time.Now().In(timeext.TimezoneBerlin).Format("2006-01-02")
|
||||
}
|
||||
Reference in New Issue
Block a user