gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_test/issue-1089.go (about)

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  	"time"
     6  )
     7  
     8  func main() {
     9  	fmt.Println(`"` + time.RFC3339Nano + `"`)
    10  }
    11  
    12  // Output:
    13  // "2006-01-02T15:04:05.999999999Z07:00"