| 263 | } |
| 264 | |
| 265 | inline TimePoint FromAwsDatetime(const Aws::Utils::DateTime& dt) { |
| 266 | return std::chrono::time_point_cast<std::chrono::nanoseconds>(dt.UnderlyingTimestamp()); |
| 267 | } |
| 268 | |
| 269 | // A connect retry strategy with a controlled max duration. |
| 270 |