mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
remove extra comment
This commit is contained in:
parent
84c72ae3a3
commit
544851bbb7
1 changed files with 0 additions and 3 deletions
|
|
@ -78,9 +78,6 @@ impl Link {
|
|||
|
||||
// Timestamp
|
||||
if let Some(date) = regex.get(2) {
|
||||
// @TODO even possible, but simpler to work with `DateTime` API
|
||||
// await for new features in `Date` as better in Gemini context
|
||||
// https://docs.gtk.org/glib/struct.Date.html
|
||||
timestamp = match DateTime::from_iso8601(&format!("{date}T00:00:00"), timezone) {
|
||||
Ok(value) => Some(value),
|
||||
Err(_) => None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue