Skip to content

Commit

Permalink
add ConfigureTimeZone for non linux platforms
Browse files Browse the repository at this point in the history
[NO NEW TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
  • Loading branch information
rhatdan committed Jan 24, 2024
1 parent 167512e commit 96be9b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux
//go:build !windows

package timezone

Expand Down
5 changes: 5 additions & 0 deletions pkg/timezone/timezone_windows.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package timezone

func ConfigureContainerTimeZone(timezone, containerRunDir, mountPoint, etcPath, containerID string) (string, error) {
return "", nil
}

0 comments on commit 96be9b2

Please sign in to comment.