Skip to content

Instantly share code, notes, and snippets.

@atifaziz
Created October 27, 2008 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atifaziz/20096 to your computer and use it in GitHub Desktop.
Save atifaziz/20096 to your computer and use it in GitHub Desktop.
UTC patch batch for msls
@echo off
setlocal
set TZ=UTC0
rem GNU ls for Microsoft Windows:
rem http://utools.com/msls.asp
rem Tip: --time-style="+%Y-%m-%d %H:%M:%S %z"
ls %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment