Tagged articles

time formatting

6 articles · Page 1 of 1
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Oct 21, 2025 · Fundamentals

Mastering LocalDateTime & DateTimeFormatter: The Golden Duo for Java Time Handling

This article explains how LocalDateTime and DateTimeFormatter work together to represent, format, parse, and manipulate date‑time values in Java, covering creation methods, component extraction, arithmetic, custom patterns, timezone conversion, common pitfalls, and practical use cases with concrete code examples.

DateTimeFormatterJava 8LocalDateTime
0 likes · 13 min read
Mastering LocalDateTime & DateTimeFormatter: The Golden Duo for Java Time Handling
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 28, 2019 · Backend Development

Unlock Go’s gobox Framework: Exception Handling, Utilities & Practical Examples

This article introduces the lightweight Go framework gobox, demonstrating its exception definition, common utility functions such as slice deduplication, file and directory existence checks, recursive file listing, JSON file saving and parsing, substring extraction, time formatting constants, and random number generation based on timestamps, all with clear code examples.

Exception Handlinggoboxjson
0 likes · 8 min read
Unlock Go’s gobox Framework: Exception Handling, Utilities & Practical Examples
Liangxu Linux
Liangxu Linux
Nov 7, 2018 · Operations

Mastering the Linux date Command: Formats, Calculations & Timestamp Conversions

This guide explains why accurate date‑time handling matters for tasks like log naming, introduces the common date format specifiers, and provides step‑by‑step shell examples for retrieving the current time, custom‑formatted dates, relative dates such as yesterday or one hour ago, and converting between human‑readable dates and Unix timestamps.

bashdate commandtime formatting
0 likes · 5 min read
Mastering the Linux date Command: Formats, Calculations & Timestamp Conversions