mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
9cd7f827f4
commit
96d58bb138
@ -26,7 +26,7 @@ import (
|
||||
)
|
||||
|
||||
func datetimeForFilename() string {
|
||||
const datetimeFormat = "20060102030405"
|
||||
const datetimeFormat = "20060102150405"
|
||||
now := time.Now()
|
||||
return now.Format(datetimeFormat)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user