diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-06-09 18:13:00 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-06-09 18:13:00 (GMT) |
commit | 8858521436a302d366b437828128717aaa2cde57 (patch) | |
tree | 86a4658217f11ba8b42097553f62f7b64b3d27cb /3rdParty/Boost/update.sh | |
parent | 1cea8b4c47e8b03aea7e452fb49b8dea3233eb36 (diff) | |
download | swift-contrib-8858521436a302d366b437828128717aaa2cde57.zip swift-contrib-8858521436a302d366b437828128717aaa2cde57.tar.bz2 |
DateTime refactoring.
Moved DateTime serializing into Base.
Fixed a bug when XEP82 dates are non-UTC.
Added unit tests.
Diffstat (limited to '3rdParty/Boost/update.sh')
-rwxr-xr-x | 3rdParty/Boost/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdParty/Boost/update.sh b/3rdParty/Boost/update.sh index 6344d72..c272d1a 100755 --- a/3rdParty/Boost/update.sh +++ b/3rdParty/Boost/update.sh @@ -14,6 +14,7 @@ fi bind.hpp \ cast.hpp \ date_time/posix_time/posix_time.hpp \ + date_time/local_time/local_time.hpp \ foreach.hpp \ filesystem.hpp \ filesystem/fstream.hpp \ |