Tag

time handling

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Nov 14, 2024 · Fundamentals

Python Time Handling: datetime, time, and pytz Modules Tutorial

This article introduces Python's datetime, time, and pytz modules, demonstrating how to obtain the current date and time, format and parse strings, compute time differences, work with timestamps, perform sleep operations, and handle time zones with clear code examples.

DateTimePythonTutorial
0 likes · 6 min read
Python Time Handling: datetime, time, and pytz Modules Tutorial
FunTester
FunTester
Feb 21, 2024 · Backend Development

Common Time-Related Bugs and Protection Strategies

This article analyzes six typical time‑related bugs—including timezone conversion, daylight‑saving anomalies, precision mismatches, comparison errors, storage pitfalls, and permission expirations—and provides concrete design and testing safeguards for developers.

Backend Developmentdate bugssoftware testing
0 likes · 10 min read
Common Time-Related Bugs and Protection Strategies
Python Programming Learning Circle
Python Programming Learning Circle
Jan 13, 2024 · Fundamentals

Comprehensive Guide to Python Time Handling Modules (time, datetime, pytz, dateutil, Arrow, ISO 8601)

This article provides a thorough overview of Python's time‑related libraries—including the built‑in time and datetime modules, third‑party pytz, dateutil, and Arrow—explaining core concepts such as timestamps, time zones, daylight‑saving time, and ISO 8601 parsing with clear code examples and usage patterns.

ARROWDateTimePython
0 likes · 27 min read
Comprehensive Guide to Python Time Handling Modules (time, datetime, pytz, dateutil, Arrow, ISO 8601)
php中文网 Courses
php中文网 Courses
Oct 24, 2023 · Backend Development

Understanding and Using PHP's microtime() Function

This article explains PHP's microtime() function, covering its basic concept, syntax, optional parameters, practical code examples for retrieving timestamps as strings or floats, and common use cases such as measuring execution time and generating unique identifiers.

PHPPerformancebackend
0 likes · 5 min read
Understanding and Using PHP's microtime() Function
37 Interactive Technology Team
37 Interactive Technology Team
Aug 8, 2022 · Backend Development

Time Management in Programming: Concepts, Practices, and Common Pitfalls

Time management in programming spans human concepts of time, language-specific handling of zones and timestamps, 32‑bit overflow risks, sync versus async processing, log timestamping, business‑level period calculations, and common pitfalls, emphasizing that mastering these nuances prevents bugs, improves performance, and enables reliable analytics.

Backend DevelopmentClickHouseETL
0 likes · 20 min read
Time Management in Programming: Concepts, Practices, and Common Pitfalls
macrozheng
macrozheng
Jun 4, 2020 · Fundamentals

Why Does Your App Show 1970‑01‑01? Uncovering the Unix Timestamp Origin

This article explains why many systems display the date 1970‑01‑01, demonstrates how to reproduce it with Java code, and traces the historical development of the Unix timestamp from its 1971 inception to the modern 1970 epoch standard.

Java DateUnix timestampepoch time
0 likes · 7 min read
Why Does Your App Show 1970‑01‑01? Uncovering the Unix Timestamp Origin
Qunar Tech Salon
Qunar Tech Salon
Mar 13, 2016 · Fundamentals

Understanding java.util.Date, Calendar, and SimpleDateFormat in Java

This article explains the legacy java.util.Date class, its limited useful constructors and methods, the more flexible java.util.Calendar API, how to format and parse dates with DateFormat and SimpleDateFormat, and best practices for storing timestamps in databases using long values.

DatabaseDateJava
0 likes · 9 min read
Understanding java.util.Date, Calendar, and SimpleDateFormat in Java