William Vu
90b9204703
Update DisclosureDate to ISO 8601 in my modules
...
Basic msftidy fixer:
diff --git a/tools/dev/msftidy.rb b/tools/dev/msftidy.rb
index 9a21b9e398..e9ff2b21e5 100755
--- a/tools/dev/msftidy.rb
+++ b/tools/dev/msftidy.rb
@@ -442,6 +442,8 @@ class Msftidy
# Check disclosure date format
if @source =~ /["']DisclosureDate["'].*\=\>[\x0d\x20]*['\"](.+?)['\"]/
d = $1 #Captured date
+ File.write(@full_filepath, @source.sub(d, Date.parse(d).to_s))
+ fixed('Probably updated traditional DisclosureDate to ISO 8601')
# Flag if overall format is wrong
if d =~ /^... (?:\d{1,2},? )?\d{4}$/
# Flag if month format is wrong
2018-11-16 12:18:28 -06:00
..
2017-07-24 06:26:21 -07:00
2018-09-17 22:29:20 -05:00
2018-07-12 17:34:52 -05:00
2017-11-09 03:00:24 +11:00
2018-07-12 17:34:52 -05:00
2018-07-12 17:34:52 -05:00
2018-11-16 12:18:28 -06:00
2018-08-09 23:34:03 -05:00
2017-07-24 06:26:21 -07:00
2018-09-15 18:54:45 -05:00
2018-08-09 23:34:03 -05:00
2018-11-16 12:18:28 -06:00
2017-07-24 06:26:21 -07:00
2018-09-15 18:54:45 -05:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-11-05 00:52:34 +09:00
2017-08-28 20:17:58 -04:00
2017-08-28 20:17:58 -04:00
2017-07-24 06:26:21 -07:00
2017-10-04 12:11:58 +03:00
2017-08-28 20:17:58 -04:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-07-12 17:34:52 -05:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-11-10 18:15:22 -06:00
2018-09-15 18:54:45 -05:00
2017-07-24 06:26:21 -07:00
2017-08-28 20:17:58 -04:00
2017-07-24 06:26:21 -07:00
2017-08-28 20:17:58 -04:00
2017-07-24 06:26:21 -07:00
2018-09-15 18:54:45 -05:00
2018-07-12 17:34:52 -05:00
2017-07-24 06:26:21 -07:00
2017-11-15 15:14:58 +01:00
2018-09-15 18:54:45 -05:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-10-27 20:54:14 -04:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-07-08 18:46:04 -05:00
2017-07-24 06:26:21 -07:00
2017-08-28 20:17:58 -04:00
2017-12-29 16:17:53 -06:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-08-03 01:39:37 -04:00
2017-07-24 06:26:21 -07:00
2018-11-16 12:18:28 -06:00
2018-08-09 23:34:03 -05:00
2018-09-15 18:54:45 -05:00
2018-08-31 16:56:05 -05:00
2018-07-12 17:34:52 -05:00
2017-07-24 06:26:21 -07:00
2017-11-21 14:30:13 +01:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-08-28 20:17:58 -04:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-07-12 17:34:52 -05:00
2018-09-15 18:54:45 -05:00
2017-08-28 20:17:58 -04:00
2017-12-21 23:10:26 -06:00
2017-08-28 20:17:58 -04:00
2018-07-31 00:57:32 +03:00
2018-09-15 18:54:45 -05:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-06-29 11:08:31 -05:00
2018-11-16 12:18:28 -06:00
2017-11-10 18:15:22 -06:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-08-09 23:34:03 -05:00
2018-08-28 13:12:43 +02:00
2017-07-24 06:26:21 -07:00
2018-09-15 18:54:45 -05:00
2017-07-24 06:26:21 -07:00
2018-09-15 18:54:45 -05:00
2018-09-15 18:54:45 -05:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-08-09 23:34:03 -05:00
2018-09-15 18:54:45 -05:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-07-12 17:34:52 -05:00
2018-07-12 17:34:52 -05:00
2017-07-24 06:26:21 -07:00
2017-11-09 03:00:24 +11:00
2018-09-15 18:54:45 -05:00
2017-07-24 06:26:21 -07:00
2017-08-28 20:17:58 -04:00
2017-10-07 01:12:24 +02:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-01-10 20:13:42 -06:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-07-12 17:34:52 -05:00
2017-07-24 06:26:21 -07:00
2018-08-09 23:34:03 -05:00
2017-08-28 20:17:58 -04:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2018-07-12 17:34:52 -05:00
2018-11-16 12:18:28 -06:00
2018-11-16 12:18:28 -06:00
2017-10-10 09:37:24 +03:00
2018-07-12 17:34:52 -05:00
2018-09-15 18:54:45 -05:00
2018-09-15 18:54:45 -05:00
2018-09-15 18:54:45 -05:00
2018-09-11 05:24:01 -04:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-12-13 18:50:21 -06:00
2017-08-28 20:17:58 -04:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-11-15 01:04:06 +03:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00
2017-07-24 06:26:21 -07:00