Samuele Musiani

Results 2 comments of Samuele Musiani

I also have this problem and if I try to set the `timezone` i get: ``` [2024-09-08 15:30:26.444] [warning] Timezone: Europe/Rome. std::chrono::tzdb: cannot locate zone: Europe/Rome ``` I hope for...

For example if `vc` is the virtualMachine config this could parse all the network interfaces: ```go var tmpMap map[string]any if err := json.Unmarshal(data, &tmpMap); err != nil { return err...