Pretty print date in query output.
commitd9711efb7691f9d9f5c62f73ed5cb861c0d1b770
authordbera <dbera>
Thu, 7 Dec 2006 00:14:58 +0000 (7 00:14 +0000)
committerdbera <dbera>
Thu, 7 Dec 2006 00:14:58 +0000 (7 00:14 +0000)
tree2adf89f809ceefc0f1671f1aed9b1f4de19c1324
parentacc705445a752afa755f3e3b14ba78d9858ec0bf
Pretty print date in query output.
Honour DISABLE_XATTR by an entirely faulty method (should we revert this since DISABLE_XATTR is only for debugging ?)
DateTime saga continues: datetime -> toutc -> add-seconds != datetime ->add-seconds->toutc. Why ? Because of daylight savings time. Correctly generate DateTime from unix time for DST and non-DST. The movie will return after a break.
Fix a potential crash while retrieving properties.
BeagleClient/Hit.cs
Util/DateTimeUtil.cs
beagled/FileSystemQueryable/FileSystemQueryable.cs
tools/Query.cs