🕒
Data

Bitrix Date and Time

by bxmaximum

Bitrix Date and Time is a Data skill for Claude Code, published by bxmaximum in bitrix-framework-skills.

19 stars3 forkson bxmaximum/bitrix-framework-skillsAdded 2026/08/11+12% in starsRepository updated 2026/07/20
1c-bitrixagent-skillsai-skillsbitrixbitrix-frameworkbitrix24bxmaxcursorcursor-agentd7llmnpxphpskills-cli
Install in seconds
Install Bitrix Date and Time
Copy Bitrix Date and Time into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/bxmaximum/bitrix-framework-skills/tree/main/skills/bitrix-datetime ~/.claude/skills/bitrix-datetime

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/bxmaximum/bitrix-framework-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/bitrix-datetime/SKILL.md in bxmaximum/bitrix-framework-skills
Installs to
~/.claude/skills/bitrix-datetime
Collection
One of 25 skills cataloged from this repository
Category
Data668 skills

What Bitrix Date and Time does

Covers date and time in Bitrix using Date and DateTime classes. Includes parsing, formatting, time zone conversion, date arithmetic, and ORM integration. Helps when building schedules, converting time zones, and comparing dates.

Bitrix Date and Time is cataloged under Data on DirSkills. Bitrix Date and Time comes from a repository tagged 1c-bitrix, agent-skills, ai-skills, bitrix and bitrix-framework.

Documentation

README

Date and Time in Bitrix

Baseline: main 23.0+.

Bitrix does not use raw \DateTime — there are two wrappers that take into account site regional settings and user time zone.

  • Bitrix\Main\Type\Date — date only (time is always 00:00:00).
  • Bitrix\Main\Type\DateTime — date + time + time zone. Inherits from Date.

Both inherit from PHP \DateTime, so ->format(...), ->getTimestamp(), etc., work.

use Bitrix\Main\Type\Date;
use Bitrix\Main\Type\DateTime;

$date = new Date('25.11.2025', 'd.m.Y');
$dt = new DateTime();                         // now()
$dt = new DateTime('2025-11-25 14:30:00', 'Y-m-d H:i:s');

Formats: Bitrix Masks vs PHP

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bitrix Date and Time

  • What else does bxmaximum publish alongside Bitrix Date and Time?

    Bitrix Date and Time is one of 25 skills that DirSkills catalogs from bxmaximum/bitrix-framework-skills, the repository it ships in. Its siblings there include Bitrix Background Jobs, Bitrix Business Processes and Bitrix CMS Basics. Each one is a separate skill with its own page in this directory, installs the same way Bitrix Date and Time does, and is maintained by bxmaximum in that same repository. The rest of the collection is listed on the bxmaximum/bitrix-framework-skills page.

  • How does Bitrix Date and Time compare to other Data skills?

    Bitrix Date and Time ranks #652 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bitrix Date and Time against them. Open each page to compare what they document and how they install.

More from bxmaximum/bitrix-framework-skills

Bitrix Date and Time is one of 25 skills cataloged on DirSkills from bxmaximum/bitrix-framework-skills.

See all 25 skills