[PR #716] [CLOSED] utc --timestamp flag for txt outputs #1207

Closed
opened 2026-03-15 11:24:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/716
Author: @sekuso
Created: 11/16/2025
Status: Closed

Base: developHead: convert-with-timestamps


📝 Commits (1)

  • 0dac41e utc --timestamp flag for txt outputs

📊 Changes

6 files changed (+301 additions, -15 deletions)

View changed files

📝 Cargo.lock (+135 -0)
📝 Cargo.toml (+3 -0)
📝 src/cli.rs (+4 -0)
📝 src/cmd/convert.rs (+2 -1)
📝 src/cmd/session.rs (+1 -1)
📝 src/encoder/txt.rs (+156 -13)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/716 **Author:** [@sekuso](https://github.com/sekuso) **Created:** 11/16/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `convert-with-timestamps` --- ### 📝 Commits (1) - [`0dac41e`](https://github.com/asciinema/asciinema/commit/0dac41e0b3aff3f54f223fcf123032dc7ed0c84e) utc --timestamp flag for txt outputs ### 📊 Changes **6 files changed** (+301 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+135 -0) 📝 `Cargo.toml` (+3 -0) 📝 `src/cli.rs` (+4 -0) 📝 `src/cmd/convert.rs` (+2 -1) 📝 `src/cmd/session.rs` (+1 -1) 📝 `src/encoder/txt.rs` (+156 -13) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:24:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#1207
No description provided.