assert_add_seconds 45 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:30:00 +01:00", 0, assert_add_seconds 53 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:30:00 +01:00", 1, assert_add_seconds 55 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:30:00 +01:00", 59, assert_add_seconds 59 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:30:59 +02:00", 1, assert_add_seconds 61 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:44:30 +02:00", 60, assert_add_seconds 63 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:44:30 +02:00", 125, assert_add_seconds 67 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:59:59 -03:00", 1, assert_add_seconds 69 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:23:34 -03:00", 3600, assert_add_seconds 71 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:23:34 -03:00", 7210, assert_add_seconds 75 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 23:59:59 +04:00", 1, assert_add_seconds 77 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-02-28 00:05:00 +04:00", 86200, assert_add_seconds 81 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2023-02-28 00:05:00 -05:00", 86200, assert_add_seconds 83 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-02-29 23:59:00 -05:00", 60, assert_add_seconds 87 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-12-31 23:59:59 +06:00", 1, assert_add_seconds 95 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:00:00 +01:00", 86400 * 2, assert_add_seconds 97 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-02-27 23:59:59 +01:00", 86400 * 2, assert_add_seconds 101 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2023-02-26 23:59:59 -02:00", 86400 * 2 + 1, assert_add_seconds 103 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-02-27 23:59:59 -02:00", 86400 * 2 + 1, assert_add_seconds 107 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-12-01 00:00:00 +06:00", 86400 * 31, assert_add_seconds 115 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:30:01 +01:00", -1, assert_add_seconds 117 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:30:30 +01:00", -5, assert_add_seconds 119 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:30:59 +01:00", -59, assert_add_seconds 123 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:30:00 +02:00", -1, assert_add_seconds 125 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:44:30 +02:00", -60, assert_add_seconds 127 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 00:14:30 +02:00", -125, assert_add_seconds 131 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 01:00:00 -03:00", -1, assert_add_seconds 133 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 01:23:34 -03:00", -3600, assert_add_seconds 135 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-01 02:23:34 -03:00", -7210, assert_add_seconds 139 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-02 00:00:00 +04:00", -1, assert_add_seconds 141 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-02-29 00:01:40 +04:00", -86200, assert_add_seconds 145 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2023-03-01 00:01:40 -05:00", -86200, assert_add_seconds 147 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-03-01 00:00:00 -05:00", -60, assert_add_seconds 151 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2025-01-01 00:00:00 +06:00", -1, assert_add_seconds 159 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-01-03 00:00:00 +01:00", 86400 * -2, assert_add_seconds 161 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-02-29 23:59:59 +01:00", 86400 * -2, assert_add_seconds 165 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2023-03-03 00:00:00 -02:00", 86400 * -2 - 1, assert_add_seconds 167 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2024-03-03 00:00:00 -02:00", 86400 * -2 - 1, assert_add_seconds 171 lib/common/tests/iso8601/crm_time_add_seconds_test.c assert_add_seconds("2025-01-01 00:00:00 +06:00", 86400 * -31,