---
name: scitex-datetime
description: Datetime helpers — `linspace(start, end, n)` for evenly-spaced datetime arrays, `normalize_timestamp(s)` for canonical strings, `to_datetime(any)` for permissive parsing, `format_for_filename(dt)` and `format_for_display(dt)`, `get_time_delta_seconds(a, b)`. Drop-in replacement for memorising pandas/numpy/dateutil format-string dance.
primary_interface: python
interfaces:
  python: 2
  cli: 0
  mcp: 0
  skills: 2
  hook: 0
  http: 0
canonical-location: scitex-datetime/src/scitex_datetime/_skills/scitex-datetime/SKILL.md
tags: [scitex-datetime, scitex-package]
---

> **Interfaces:** Python ⭐⭐ · CLI — · MCP — · Skills ⭐⭐ · Hook — · HTTP —

# scitex-datetime

Datetime helpers — `linspace(start, end, n)` for evenly-spaced datetime arrays, `normalize_timestamp(s)` for canonical strings, `to_datetime(any)` for permissive parsing, `format_for_filename(dt)` and `format_for_display(dt)`, `get_time_delta_seconds(a, b)`. Drop-in replacement for memorising pandas/numpy/dateutil format-string dance.

See README.md and the package's public `__init__.py` for the full
function list. This skill leaf exists so agents discover the package
exists and roughly what shape it has — refer to the source for
signatures.
