Tagged articles
23 articles
Page 1 of 1
php Courses
php Courses
Aug 26, 2025 · Backend Development

Master PHP’s time() Function: Get Unix Timestamps & Build Date Logic

Learn how PHP’s built-in time() function returns the current Unix timestamp, how to use it without parameters, and see practical code examples for displaying timestamps, comparing dates with strtotime(), and formatting dates with date() and timezone settings.

PHPdate handlingtime
0 likes · 4 min read
Master PHP’s time() Function: Get Unix Timestamps & Build Date Logic
php Courses
php Courses
Feb 25, 2025 · Backend Development

Understanding PHP time() Function: Usage, Examples, and Applications

This article explains PHP's time() function, describing how it returns the current Unix timestamp, demonstrates basic usage with code examples, shows how to compare dates and format the timestamp, and provides practical snippets for common time‑related tasks in backend development.

BackendPHPdate handling
0 likes · 4 min read
Understanding PHP time() Function: Usage, Examples, and Applications
Liangxu Linux
Liangxu Linux
Dec 8, 2024 · Fundamentals

How to Measure Execution Time in C: time(), clock() and gettimeofday()

This tutorial demonstrates three C functions—time(), clock() and gettimeofday()—for measuring program execution time with second, sub‑second and microsecond precision, provides complete example code for each, and explains their accuracy differences and practical considerations.

clock()gettimeofday()performance measurement
0 likes · 4 min read
How to Measure Execution Time in C: time(), clock() and gettimeofday()
php Courses
php Courses
Sep 23, 2024 · Backend Development

Understanding PHP time() Function: Purpose, Usage, and Code Examples

This article explains the PHP time() function, describing how it returns the current Unix timestamp, how to use it without parameters, and provides multiple code examples for retrieving timestamps, comparing dates, and formatting the current date and time.

Backend DevelopmentPHPdate
0 likes · 4 min read
Understanding PHP time() Function: Purpose, Usage, and Code Examples
IT Services Circle
IT Services Circle
Mar 24, 2022 · Fundamentals

Comprehensive Guide to Python Time Handling with calendar, time, and datetime Modules

This article provides a detailed tutorial on Python's time‑related classes and functions, covering Unix timestamps, conversion tools, and the practical use of the calendar, time, and datetime modules with examples of formatting, timezone conversion, and common time‑conversion tricks for everyday programming tasks.

CalendarPythondate-time conversion
0 likes · 18 min read
Comprehensive Guide to Python Time Handling with calendar, time, and datetime Modules
MaGe Linux Operations
MaGe Linux Operations
Oct 11, 2021 · Fundamentals

Master Python’s Time and Date Modules: From time to datetime, pytz, and Arrow

This comprehensive guide walks you through Python’s time‑handling ecosystem, covering the low‑level time module, the richer datetime module, timezone utilities like pytz, advanced parsing with dateutil, and the user‑friendly Arrow library, complete with explanations, code snippets, and practical examples for formatting, conversion, and manipulation.

ArrowPythonTimezone
0 likes · 39 min read
Master Python’s Time and Date Modules: From time to datetime, pytz, and Arrow
Python Programming Learning Circle
Python Programming Learning Circle
Sep 10, 2021 · Fundamentals

Comprehensive Guide to Python Time Handling: time, datetime, pytz, dateutil, and Arrow

This article provides a detailed overview of Python's time‑handling ecosystem, covering fundamental concepts of seconds, GMT, UTC and leap seconds, the low‑level time module, high‑level datetime classes, timezone manipulation with pytz, flexible parsing with dateutil, and the user‑friendly Arrow library, complete with code examples and usage notes.

ArrowTimezonedatetime
0 likes · 24 min read
Comprehensive Guide to Python Time Handling: time, datetime, pytz, dateutil, and Arrow
Python Crawling & Data Mining
Python Crawling & Data Mining
Jul 30, 2021 · Fundamentals

Master Python Functions: From Basics to Time & Random Utilities

This article introduces Python function fundamentals, shows how to define and call functions, demonstrates common time‑related functions from the time and datetime modules, and provides examples of calendar and random number utilities, all illustrated with clear code snippets and output screenshots.

Tutorialdatetimefunctions
0 likes · 6 min read
Master Python Functions: From Basics to Time & Random Utilities
Liangxu Linux
Liangxu Linux
Oct 11, 2020 · Fundamentals

Understanding Human vs Machine Time: From Epoch to UTC and Local Time

The article explains the two ways to express time—human time (year, month, day) and machine time (milliseconds since the 1970 epoch)—detailing how machine time maps to UTC, how UTC relates to local time zones, and why conversions are necessary for accurate time handling in software.

JavaUTCepoch
0 likes · 5 min read
Understanding Human vs Machine Time: From Epoch to UTC and Local Time
Java Backend Technology
Java Backend Technology
Feb 6, 2020 · Backend Development

Master Java 8 Date & Time API: 18 Practical Code Examples

This tutorial introduces Java 8's new date‑time API, explains why the old java.util.Date and SimpleDateFormat were problematic, and demonstrates immutable, thread‑safe classes like LocalDate, LocalTime, LocalDateTime, ZoneId, YearMonth, and Instant through clear, runnable code snippets.

APIJavadatetime
0 likes · 15 min read
Master Java 8 Date & Time API: 18 Practical Code Examples
Java Captain
Java Captain
Jan 16, 2020 · Fundamentals

Java 8 Date and Time API: Practical Examples and Usage

This tutorial demonstrates how Java 8's new immutable, thread‑safe date‑time API (java.time) can be used to obtain the current date, extract year/month/day, create specific dates, compare dates, handle time zones, format and parse strings, and perform common date‑time calculations with clear code examples.

APIJavadatetime
0 likes · 14 min read
Java 8 Date and Time API: Practical Examples and Usage
Aotu Lab
Aotu Lab
Dec 30, 2016 · Fundamentals

Master Common Regex Patterns: Digits, Times, IPs, and HTML Tags

This article walks through practical regular‑expression exercises, explains each solution with clear JavaScript examples, and then expands to real‑world patterns for matching dollar amounts, 24‑hour times, IP addresses, quoted strings, and HTML tags, offering tips for building robust regexes.

IP addresshtml-tagpattern-matching
0 likes · 13 min read
Master Common Regex Patterns: Digits, Times, IPs, and HTML Tags
We-Design
We-Design
Aug 13, 2015 · Fundamentals

Is Time a Fundamental Substance? Exploring Black Holes and Causal Theories

The article philosophically examines whether time is a basic material of the universe by discussing cellular clocks, Planck time, black holes, deterministic causality, and Rafael Sorkin's causal‑set theory, highlighting paradoxes that arise when treating time as a fundamental substance.

Physicsblack holescausality
0 likes · 7 min read
Is Time a Fundamental Substance? Exploring Black Holes and Causal Theories