We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d8f4e commit 3d881c2Copy full SHA for 3d881c2
src/app/hardfork_test/src/internal/config/config.go
@@ -153,7 +153,7 @@ func (c *Config) HfSlotDelta() int {
153
// FormatTimestamp formats a UNIX timestamp into the format used by the shell script
154
func FormatTimestamp(unixTs int64) string {
155
t := time.Unix(unixTs, 0).UTC()
156
- return t.Format("2006-01-02 15:04:05+00:00")
+ return t.Format(time.RFC3339)
157
}
158
159
// validateExecutable checks if a file exists and has executable permissions
0 commit comments