initial commit
This commit is contained in:
7
chapter23/function_get_TZ
Executable file
7
chapter23/function_get_TZ
Executable file
@@ -0,0 +1,7 @@
|
||||
get_TZ ()
|
||||
{
|
||||
# Get the time zone that the system is operating in.
|
||||
|
||||
cat /etc/environment | grep TZ | awk -F'=' '{print $2}'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user