1//go:build windows 2 3// SPDX-FileCopyrightText: Copyright The Lima Authors 4// SPDX-License-Identifier: Apache-2.0 5 6package limayaml 7 8func hostTimeZone() string { 9 // WSL2 will automatically set the timezone 10 return "" 11} 12 13