9cc0946f90ad63a448064fc571b2b470e8ceff00
Introduces `PendingStore.nowRfc3339()` to consistently generate RFC3339 timestamps with second granularity. This avoids potential issues with sub-second precision in filenames and aligns with common timestamp formatting practices. The helper function is used in `CaseDetailScreen` and `RecordingViewModel` to replace direct calls to `Instant.now().toString()`. A new unit test verifies the expected behavior of the helper function.
Description
No description provided
Languages
Rust
74%
Kotlin
12.7%
HTML
4.9%
Python
4.1%
Shell
3.8%
Other
0.5%