mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
revert "db: round created, updated... timestamps to 1 second" (#3127)
this fixes functional tests with decision stream startup=true
This commit is contained in:
parent
1b0104186a
commit
06720538f5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ func ConfigureLogger(clog *log.Logger) error {
|
|||
}
|
||||
|
||||
func UtcNow() time.Time {
|
||||
return time.Now().UTC().Round(time.Second)
|
||||
return time.Now().UTC()
|
||||
}
|
||||
|
||||
func IsNetworkFS(path string) (bool, string, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue