trezoa-time-utils 3.1.1

`stdtime` utilities for Trezoa
Documentation
NOTICE
======

Trezoa Time Utils - Fork of Solana Labs Components
===================================================

This software contains code that is a derivative work of software originally 
developed by Solana Labs, Inc. and contributors, which was made available under 
the Apache License, Version 2.0.

ORIGINAL WORK ATTRIBUTION
-------------------------
Original Software: solana-time-utils
Original Copyright: Copyright (c) 2021 Solana Labs, Inc.
Original Authors: Solana Labs team and contributors
Original Repository: https://github.com/solana-labs/solana
Original License: Apache License, Version 2.0
Original Documentation: https://docs.rs/solana-time-utils

DERIVATIVE WORK INFORMATION
---------------------------
Derivative Work: trezoa-time-utils
Copyright: Copyright (c) 2025 TRZ Ledger Foundation
Modified By: TRZ Ledger Foundation <foundation@trezoa.org>
Repository: https://github.com/TRZLedgerFoundation/trezoa-time-utils
Documentation: https://docs.rs/trezoa-time-utils

MODIFICATIONS MADE
------------------
This derivative work includes the following modifications from the original:

1. Package Renaming:
   - Changed package name from "solana-time-utils" to "trezoa-time-utils"
   - Updated all references to use "trezoa" namespace instead of "solana"

2. Metadata Updates:
   - Updated package metadata (authors, repository, homepage, documentation)
   - Changed description to reflect Trezoa ecosystem integration
   - Updated contact information and organizational details

3. License and Attribution:
   - Added comprehensive NOTICE file with proper attribution
   - Maintained Apache 2.0 license terms
   - Added copyright notices for derivative work

4. Documentation:
   - Updated documentation to reflect Trezoa branding
   - Maintained original functionality documentation
   - Added attribution information

5. Build Configuration:
   - Updated Cargo.toml with Trezoa-specific metadata
   - Configured for publication on crates.io under new name

FUNCTIONALITY
-------------
The core functionality of the time utilities remains unchanged from the original
Solana implementation. This includes:

- Timestamp generation utilities
- Time interval management with AtomicInterval
- Year/slot conversion functions for blockchain timing
- Thread-safe atomic time operations

NO WARRANTIES OR CONDITIONS
---------------------------
This software is provided "AS IS" without warranties or conditions of any kind,
either express or implied, including without limitation any warranties or 
conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 
PARTICULAR PURPOSE.

THIRD PARTY NOTICES
-------------------
This software may include third party software subject to the following notices:

Apache License, Version 2.0
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

For questions regarding this NOTICE file or licensing, please contact:
TRZ Ledger Foundation <foundation@trezoa.org>