Tagged articles
10 articles
Page 1 of 1
php Courses
php Courses
Nov 4, 2025 · Backend Development

Master PHP’s microtime(): Precise Timing and Practical Uses

This article explains PHP's microtime() function, covering its basic concept, syntax with optional parameters, practical code examples for retrieving timestamps, measuring execution time, generating unique IDs, and common scenarios where precise timing improves backend performance.

microtimephp-functionstime handling
0 likes · 4 min read
Master PHP’s microtime(): Precise Timing and Practical Uses
php Courses
php Courses
Aug 27, 2025 · Backend Development

Master PHP’s microtime(): Precise Timing, Float vs String, and Real‑World Uses

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

PHPmicrotimeperformance measurement
0 likes · 4 min read
Master PHP’s microtime(): Precise Timing, Float vs String, and Real‑World Uses
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 DevelopmentSoftware TestingTimezone
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.

ArrowPythondatetime
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.

Code Executionmicrotimetime handling
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
MaGe Linux Operations
MaGe Linux Operations
May 2, 2018 · Fundamentals

Master Python Time Handling: datetime, time, and calendar Explained

This article provides a concise overview of Python's three core time modules—datetime, time, and calendar—explaining their design, key concepts like epoch, UTC, DST, and demonstrating how to obtain, convert, and manipulate dates and times with practical code examples.

datetimetime handlingtime module
0 likes · 13 min read
Master Python Time Handling: datetime, time, and calendar Explained
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.

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