Skip to content

Commit

Permalink
fix: doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Jun 18, 2024
1 parent a1870fd commit 5e0f468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pub fn decimal75<S: Scalar>(
/// use chrono_tz::Europe::London;
///
/// let result = owned_table::<Curve25519Scalar>([
/// timestamp("event_time", ProofsTimeUnit::Second, ProofsTimeZone::new(London), vec![1625072400, 1625076000, 1625079600]),
/// timestamptz("event_time", ProofsTimeUnit::Second, ProofsTimeZone::new(London), vec![1625072400, 1625076000, 1625079600]),
/// ]);
/// ```
pub fn timestamptz<S: Scalar>(
Expand Down

0 comments on commit 5e0f468

Please sign in to comment.