Date, Time, and Duration
- Q536: How do I get the current date and time in EK9?
- Q537: How do I format a date for display in EK9?
- Q538: How do I parse a date from a string in EK9?
- Q539: How do I calculate the difference between two dates in EK9?
- Q540: How do I add or subtract time from a date in EK9?
- Q541: How do I handle timezones in EK9?
- Q542: How do I compare dates in EK9?
- Q543: How do I work with Unix timestamps in EK9?
- Q544: How do I measure elapsed time for benchmarking in EK9?
- Q545: How do I convert a DateTime to a different timezone in EK9?
- Q546: What is the difference between withSameInstant() and withZone() in EK9?
- Q547: How should I store dates in EK9 — UTC or local time?
- Q548: How do I compare DateTimes across different timezones in EK9?
- Q549: How do I format dates for different locales in EK9?
- Q550: How do I handle calendar edge cases like month-end and leap years in EK9?
- Q551: How do I generate RFC 7231 HTTP date headers in EK9?
- Q552: How does Date promote to DateTime in EK9?
- Q553: What are common timezone mistakes and how does EK9 prevent them?
- Q554: How do I extract date and time components from a DateTime in EK9?
- Q555: How do I construct a DateTime from individual components in EK9?
- Q556: How does Time wrapping work in EK9?
- Q1173: Increment a date and calculate whether two dates differ.
- Q1174: Calculate the duration between two dates.