Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get time zone windows cmd

# Get timezone offset on windows from command line, commands prints: +02:00
for /f "tokens=2 delims=C)" %a in ('wmic timezone get caption /value') do @set tzone=%a  && echo  %tzone%


# https://stackoverflow.com/a/32835872/9034699
Comment

PREVIOUS NEXT
Code Example
Shell :: git global username --replace-all 
Shell :: how to scp or ssh to gcp instance 
Shell :: batch sleep 
Shell :: ubuntu get list of folders one per line 
Shell :: target lcobucci jwt parser is not instantiable while building laravel passport 
Shell :: How do I get my drive letters back? 
Shell :: adonis create app 
Shell :: powershell find in history 
Shell :: why gitignore not working 
Shell :: update brew 
Shell :: nmap os and version detection 
Shell :: terraform import role assignment 
Shell :: vncserver kali linux 
Shell :: check memory speed 
Shell :: bash run inline command 
Shell :: Zathura not displaying any documents 
Shell :: terminal change directory location to specific location 
Shell :: alpine add user 
Shell :: compress file in terminal 
Shell :: how to install metasploit in ubuntu 
Shell :: shell ls a zip file 
Shell :: change docker folder windows 
Shell :: how to convert ppk to pem in linux 
Shell :: shell shortcuts 
Shell :: error: ‘thread’ is not a member of std 
Shell :: flutter reinstall pod 
Shell :: recursively remove files with extension linux 
Shell :: free up ram in linux ubuntu 
Shell :: install zotero linux 
Shell :: how to I list powershell functions 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =