Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

FR: Last Indexed time could have the ISO8601 as a title and show the browser's TZ

Aperta
#32 0 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
52/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
typescript
Ambito
frontend

Direzione di ricerca

Search the frontend for the “Last Indexed” text and trace how the ISO8601 timestamp is rendered. Done when the UI shows the browser-local time while retaining the original ISO8601 value in the element title, as described in the issue.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

enhancement

Currently it shows Last Indexed = 2024-10-05T16:35:43.695Z which places the burden upon the user to know their Zulu offset

As an alternative, it could still preserve that Zulu TS but choose to render the TS according to the browser's timezone, e.g.

<span title="2024-10-05T16:35:43.695Z">Sat Oct 05 2024 09:35:43 GMT-0700</span>
<!-- new Date(Date.parse('2024-10-05T16:35:43.695Z')) -->
Lingua principale
TypeScript
Stelle
3.9k
Fork
374
Merge medio
21h 18m
PR unite (30g)
39

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di sourcebot-dev/sourcebot

Tutte le issue di sourcebot-dev/sourcebot

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.