1project libs/date_time/example ; 2 3exe dates_as_strings : gregorian/dates_as_strings.cpp ; 4exe days_alive : gregorian/days_alive.cpp ; 5exe days_till_new_year : gregorian/days_till_new_year.cpp ; 6 7exe days_between_new_years : gregorian/days_between_new_years.cpp ; 8exe find_last_day_of_months : gregorian/find_last_day_of_months.cpp ; 9 10exe month_add : gregorian/month_add.cpp ; 11 12exe localization : gregorian/localization.cpp ; 13exe print_holidays : gregorian/print_holidays.cpp ; 14exe print_month : gregorian/print_month.cpp ; 15exe period_calc : gregorian/period_calc.cpp ; 16 17exe days_since_year_start : gregorian/days_since_year_start.cpp ; 18 19 20exe local_utc_conversion : posix_time/local_utc_conversion.cpp 21 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG 22 ; 23 24exe print_hours : posix_time/print_hours.cpp 25 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG 26 ; 27 28exe time_math : posix_time/time_math.cpp 29 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG 30 ; 31 32exe time_periods : posix_time/time_periods.cpp 33 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG 34 ; 35 36exe simple_time_zone : local_time/simple_time_zone.cpp ; 37exe calc_rules : local_time/calc_rules.cpp ; 38exe seconds_since_epoch : local_time/seconds_since_epoch.cpp ; 39exe flight : local_time/flight.cpp ; 40exe io_tutorial : tutorial/io_tutorial.cpp ; 41 42# Copyright (c) 2002-2005 43# CrystalClear Software, Inc. 44# Subject to the Boost Software License, Version 1.0. 45# (See accompanying file LICENSE_1_0.txt or 46# http://www.boost.org/LICENSE_1_0.txt) 47 48