]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/Scripts: Add GetUtcDateTime script.
authorChasel Chiu <chasel.chiu@intel.com>
Thu, 8 Aug 2019 12:43:46 +0000 (20:43 +0800)
committerChasel Chiu <chasel.chiu@intel.com>
Thu, 15 Aug 2019 07:49:11 +0000 (15:49 +0800)
commitcaa7d3a896f6aa82de3d741aa5236a62ba91ac48
tree2dcef46aa3a1c73679be55b625e33d8dc74cf45d
parentc0996b76c1b0230f33e46ffa0b30fce680a03b8b
BaseTools/Scripts: Add GetUtcDateTime script.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2067

A script that can return UTC date and time in ascii
format which is convenient for patching build time
information in any binary.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Acked-by: Leif Lindholm <leif.lindholm@linaro.org>
BaseTools/Scripts/GetUtcDateTime.py [new file with mode: 0644]