Given the golang program:
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println(time.Now())
}
The output in both preload and ptrace mode is the host system time instead of simulation time. e.g.:
2022-03-03 18:28:00.602167415 +0000 UTC m=+0.000000001