# timestamp > Create timestamps for files, directories, and other resources, in the format YYYY-MM-DD-HH-MM-SS - Author: Ali Noori - Repository: revity-group/revity-claude-code-marketplace - Version: 20251202204654 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/revity-group/revity-claude-code-marketplace - Web: https://mule.run/skillshub/@@revity-group/revity-claude-code-marketplace~timestamp:20251202204654 --- --- name: timestamp description: Create timestamps for files, directories, and other resources, in the format YYYY-MM-DD-HH-MM-SS allowed-tools: Bash(date:*) --- # Timestamp Create a timestamp in the format YYYY-MM-DD-HH-MM-SS. ## Usage ```bash date +%Y-%m-%d-%H-%M-%S ```