# Date and Time | Recipe | Crates | Categories | |--------|--------|------------| | [Measure elapsed time][ex-measure-elapsed-time] | [![std-badge]][std] | [![cat-time-badge]][cat-time] | | [Perform checked date and time calculations][ex-datetime-arithmetic] | [![chrono-badge]][chrono] | [![cat-date-and-time-badge]][cat-date-and-time] | | [Convert a local time to another timezone][ex-convert-datetime-timezone] | [![chrono-badge]][chrono] | [![cat-date-and-time-badge]][cat-date-and-time] | | [Examine the date and time][ex-examine-date-and-time] | [![chrono-badge]][chrono] | [![cat-date-and-time-badge]][cat-date-and-time] | | [Convert date to UNIX timestamp and vice versa][ex-convert-datetime-timestamp] | [![chrono-badge]][chrono] | [![cat-date-and-time-badge]][cat-date-and-time] | | [Display formatted date and time][ex-format-datetime] | [![chrono-badge]][chrono] | [![cat-date-and-time-badge]][cat-date-and-time] | | [Parse string into DateTime struct][ex-parse-datetime] | [![chrono-badge]][chrono] | [![cat-date-and-time-badge]][cat-date-and-time] | [ex-measure-elapsed-time]: datetime/duration.html#measure-the-elapsed-time-between-two-code-sections [ex-datetime-arithmetic]: datetime/duration.html#perform-checked-date-and-time-calculations [ex-convert-datetime-timezone]: datetime/duration.html#convert-a-local-time-to-another-timezone [ex-examine-date-and-time]: datetime/parse.html#examine-the-date-and-time [ex-convert-datetime-timestamp]: datetime/parse.html#convert-date-to-unix-timestamp-and-vice-versa [ex-format-datetime]: datetime/parse.html#display-formatted-date-and-time [ex-parse-datetime]: datetime/parse.html#parse-string-into-datetime-struct {{#include links.md}}