| Index: tools/push-to-trunk/common_includes.py
|
| diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py
|
| index 6dbb3f06ebbbc45f66fd73512ba9050449a3f75b..d2976022c8274176f604964b24a2879cb71046ee 100644
|
| --- a/tools/push-to-trunk/common_includes.py
|
| +++ b/tools/push-to-trunk/common_includes.py
|
| @@ -244,6 +244,9 @@ class SideEffectHandler(object): # pragma: no cover
|
| def GetDate(self):
|
| return datetime.date.today().strftime("%Y-%m-%d")
|
|
|
| + def GetUTCStamp(self):
|
| + time.mktime(datetime.datetime.utcnow().timetuple())
|
| +
|
| DEFAULT_SIDE_EFFECT_HANDLER = SideEffectHandler()
|
|
|
|
|
|
|