commit | 94340b55056ca10246c8f4be6456913f01a85e6c | [log] [tgz] |
---|---|---|
author | Yaroslav Lobankov <ylobankov@mirantis.com> | Tue Feb 17 22:15:37 2015 +0300 |
committer | Yaroslav Lobankov <ylobankov@mirantis.com> | Tue Feb 17 19:39:05 2015 +0000 |
tree | 140f1359870420c3cd6b061cc42580fbf507e9a1 | |
parent | 8d1d8313915836ced5abf12b9d02c779afbc6b6b [diff] |
Omitting microseconds when creating a trust In some cases the expiry time may be rounded up because of microseconds. For example, we have the following expiry time for a trust: 2015-02-17T17:34:01.907051Z. However, if we make a GET request on the trust, the response may contain the time rounded up to 2015-02-17T17:34:02.000000Z. That is why we should omit microseconds when creating a trust. Closes-Bug: #1422869 Change-Id: I6664c4159e682a5388717297c8d49eddebad3f04