Tagged articles
6 articles
Page 1 of 1
Raymond Ops
Raymond Ops
May 27, 2025 · Operations

How to Change a Docker Container’s Clock Without Affecting the Host

To test data with strict time constraints without altering the host, this guide shows how to modify a Docker container’s clock using libfaketime, explains why direct date changes fail due to Linux capabilities, and provides step‑by‑step Dockerfile, build, run, and verification instructions.

DockerDockerfileLinux capabilities
0 likes · 7 min read
How to Change a Docker Container’s Clock Without Affecting the Host
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
Test Development Learning Exchange
Test Development Learning Exchange
Aug 8, 2024 · Fundamentals

Python datetime tutorial: current time, timestamps, date arithmetic, formatting, parsing, range generation, and calendar display

This tutorial demonstrates how to use Python's datetime and calendar modules to obtain the current date and time, convert dates to timestamps, perform date arithmetic, format and parse dates, generate date ranges, compare dates, and display monthly calendars, with clear code examples for each operation.

PythonTime Manipulationcoding
0 likes · 6 min read
Python datetime tutorial: current time, timestamps, date arithmetic, formatting, parsing, range generation, and calendar display
Liangxu Linux
Liangxu Linux
Jan 28, 2024 · Databases

Master MySQL Date Functions: CURDATE, NOW, DATE_FORMAT, DATEDIFF, and More

This guide explains MySQL’s most useful date and time functions—including CURDATE(), NOW(), DATE_FORMAT(), DATEDIFF(), DATE_ADD(), DATE_SUB(), and DATE()—with clear syntax examples and sample results, helping developers manipulate temporal data efficiently in their databases.

Date FunctionsSQLTime Manipulation
0 likes · 4 min read
Master MySQL Date Functions: CURDATE, NOW, DATE_FORMAT, DATEDIFF, and More
Python Programming Learning Circle
Python Programming Learning Circle
Apr 13, 2020 · Fundamentals

Python Date and Time Manipulation Tutorial

This tutorial explains how to retrieve the current timestamp, format specific dates, convert between strings and datetime objects, perform time indexing with pandas, and execute time arithmetic and offsets in Python using datetime, pandas, and dateutil libraries.

Time Manipulationdatetimedateutil
0 likes · 5 min read
Python Date and Time Manipulation Tutorial