Tagged articles
10 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
May 6, 2025 · Fundamentals

Python Date and Time Manipulation Examples

This article provides a comprehensive collection of Python code snippets demonstrating how to obtain, format, convert, calculate differences, and perform various operations with dates and times, including timers, scheduling, and weekday handling.

PythonTime ManipulationTutorial
0 likes · 7 min read
Python Date and Time Manipulation Examples
Laravel Tech Community
Laravel Tech Community
Mar 17, 2021 · Backend Development

PHP getdate() Function: Retrieve Date and Time Information

The PHP getdate() function returns an associative array with detailed date and time components based on a provided Unix timestamp or the current local time, explaining its parameters, return structure, and offering a practical code example with sample output.

date-timegetdatephp-functions
0 likes · 2 min read
PHP getdate() Function: Retrieve Date and Time Information
JavaEdge
JavaEdge
Oct 9, 2020 · Backend Development

Mastering Java 8’s New Date and Time API: Immutable Classes, Zones, and More

This article explains why Java needed a new date‑time library, introduces the core concepts of the java.time API such as immutable value classes, domain‑driven design, factory methods, adjusters, periods, durations, time‑zone handling, and non‑ISO calendars, and provides concrete code examples for each feature.

date-timedatetime-apijava-8
0 likes · 12 min read
Mastering Java 8’s New Date and Time API: Immutable Classes, Zones, and More
Senior Brother's Insights
Senior Brother's Insights
May 20, 2020 · Databases

How to Choose the Right Date/Time Storage: Strings, DATETIME, TIMESTAMP, or Unix Timestamp

This article compares common database date‑time storage options—string fields, DATETIME, TIMESTAMP, and Unix timestamps—explaining their formats, range limits, timezone handling, performance implications, and provides Java code examples and SQL conversion tips to help developers select the most suitable approach for their systems.

databasesdate-timetimestamp
0 likes · 6 min read
How to Choose the Right Date/Time Storage: Strings, DATETIME, TIMESTAMP, or Unix Timestamp