Skip to content

Commit

Permalink
Update src/app/components/shared/datetime/datetime/datetime.component.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Truskinger <[email protected]>
  • Loading branch information
hudson-newey and atruskie authored Dec 19, 2023
1 parent 1716a70 commit fa3dcf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type BawTimezoneUnion = Zone | TimezoneInformation | string;

/**
* Displays a datetime (possibly from another timezone) in the users locale and timezone
* Commonly used for displaying client side timestamps e.g. Project created at: xyz
* Commonly used for displaying instants (real dates that happened in no particular timezone) e.g. timestamps like `createdAt` and `updatedAt`.
*
* This component does not assume that all dates input are utc, and will localize using ISO8601 offset information if possible
*/
Expand Down

0 comments on commit fa3dcf8

Please sign in to comment.