Files
deb-swift/swift/common
gholt 00ab3d4f36 Included time inside trans_id
Including the time inside the trans_id can be very useful for knowing
which logs to scan. I made this so the trans_id will still be the
same length (the randomness of the remaining uuid4 should be enough
for this use). I also added a convenience function for retreiving the
time information from a trans_id.

If you're wondering why I just didn't use uuid1 that embeds the time,
it's because it also embeds uuid.getnode() which "The first time this
runs, it may launch a separate program, which could be quite slow."
We could supply our own getnode value, but then we have to guarantee
its uniqueness, yada yada yada.

Change-Id: Ie33caf1e839fd1a21b01a928a8b301126bef7396
2013-04-29 13:56:44 +00:00
..
2013-04-29 13:56:44 +00:00
2013-02-01 07:50:17 +11:00
2013-03-01 16:46:10 -08:00
2013-01-29 20:07:26 +00:00
2013-02-01 07:50:17 +11:00
2013-03-07 01:34:46 -08:00
2012-11-20 14:21:14 -08:00
2013-02-12 16:39:40 -08:00
2013-02-15 11:06:11 -06:00
2013-03-01 16:46:10 -08:00
2013-04-29 13:56:44 +00:00