79090780

Date: 2024-10-15 15:59:15
Score: 1
Natty:
Report link

The correct way was to use SystemTime type to store timestamp.

use std::time::{SystemTime};
let timestamp: SystemTime = SystemTime::now();
params.push(&timestamp);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Eugene