diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-06 18:23:24 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-06 18:23:24 +0100 |
| commit | 7a40b0cf322c146439be449fc40e08a62c08ab60 (patch) | |
| tree | 655f81ca1127563d6a9058f4ff406bb817f5f759 /src/post.rs | |
| parent | 1a0315f3fb9a7c719e1712fa3e306a60baa391f3 (diff) | |
Make this created_on more readable
Diffstat (limited to 'src/post.rs')
| -rw-r--r-- | src/post.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post.rs b/src/post.rs index ef744b4..97c49f1 100644 --- a/src/post.rs +++ b/src/post.rs @@ -95,7 +95,7 @@ mod tests { let post = Post { metadata: Metadata { id: "cool".to_string(), - created_on: 1736035200000, + created_on: 1_736_035_200_000, }, index: 28, html: "<p>beep boop</p>".to_string(), |