// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! This example demonstrates interoperability between `tick` and the `time` crate.
//!
//! In particular:
//!
//! - Converting `SystemTime` to `time::OffsetDateTime`
use Clock;
use OffsetDateTime;