awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesTimestamp Formatters

Utilities for converting numeric Unix timestamps into human-readable date and time strings.

Distinct from Timestamp Integrations: Candidates focus on UI pickers or validation, not the formatting conversion itself.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Timestamp Formatters. Refine with filters or upvote what's useful.

Awesome Timestamp Formatters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • home-assistant/home-assistant.iohome-assistant 的头像

    home-assistant/home-assistant.io

    9,466在 GitHub 上查看↗

    Home Assistant is a local home automation platform and server that acts as an IoT device orchestrator. It integrates diverse smart home hardware by wrapping third-party APIs into a standardized logic layer and stores all system state and historical statistics on local hardware to eliminate cloud dependencies. The system functions as a Matter IoT controller and an MQTT home automation bridge, allowing for local interoperability between different manufacturers. It features a state-based entity model and an internal event bus that decouple physical device logic from system automation. The platf

    Converts raw timestamps into human-readable date and time strings using custom format codes.

    HTMLdocumentationhacktoberfesthass
    在 GitHub 上查看↗9,466
  • yangzongzhuan/ruoyi-vue3yangzongzhuan 的头像

    yangzongzhuan/RuoYi-Vue3

    6,631在 GitHub 上查看↗

    RuoYi-Vue3 is a full-stack administrative dashboard and permission management framework built with SpringBoot and Vue 3. It serves as an enterprise management backend providing a decoupled architecture that separates the API from the user interface. The project features a low-code CRUD generator that automatically produces frontend and backend boilerplate code and API documentation from database tables. It implements a comprehensive role-based access control system for managing users, departments, and granular permissions at the menu and button levels, secured by stateless JSON Web Token auth

    Converts date-time values and timestamps into human-readable strings using specified patterns.

    Vueadminelement-pluselement-ui
    在 GitHub 上查看↗6,631
  • arroyosystems/arroyoArroyoSystems 的头像

    ArroyoSystems/arroyo

    4,819在 GitHub 上查看↗

    Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming data with event-time semantics, enabling accurate windowed aggregations, joins, and stateful computations on unbounded event streams. The platform uses native Rust execution for high throughput and low latency, with periodic checkpointing for exactly-once fault tolerance and horizontal scaling across distributed workers. The system integrates deeply with Kafka for reading and writing topics with exactly-once delivery and supports change data capture (CDC) from MySQL and Postg

    Provides SQL functions for constructing, converting, extracting, and truncating timestamps in streaming queries.

    Rustdatadata-stream-processingdev-tools
    在 GitHub 上查看↗4,819
  • ehtagtranslation/ehsyringeEhTagTranslation 的头像

    EhTagTranslation/EhSyringe

    3,474在 GitHub 上查看↗

    EhSyringe is a browser translation extension and tag translation engine designed to replace website tags and content with localized versions. It functions as a dynamic content localizer and custom translation database client that maps original metadata tags to preferred languages to improve content discoverability on gallery websites. The project provides a search enhancement toolkit that enables cross-language content discovery and enhanced site search. This includes translation-aware autocomplete suggestions in search fields, the ability to perform searches via the address bar, and context-

    Converts website timestamps into readable formats in the target language.

    TypeScriptbrowser-extensione-hentaitranslation
    在 GitHub 上查看↗3,474
  • phcode-dev/phoenixphcode-dev 的头像

    phcode-dev/phoenix

    2,855在 GitHub 上查看↗

    Phoenix is a comprehensive web development suite that provides a browser-based code editor, an AI-powered coding assistant, and a live web previewer. It integrates a visual Markdown document editor and a web-based Git client, allowing users to write and manage HTML, CSS, and JavaScript across different devices and platforms. The environment features a visual UI design system that maps canvas manipulations directly to code and enables in-place CSS editing. It supports real-time change previews and responsive layout testing across multiple device breakpoints to verify rendering on phones, table

    Provides utilities for converting numeric Unix timestamps into human-readable date and time strings.

    JavaScriptbracketscodecss
    在 GitHub 上查看↗2,855
  1. Home
  2. Operating Systems & Systems Programming
  3. Timestamp Formatters

探索子标签

  • Localized Timestamp FormattingConverting time-related strings into human-readable formats tailored to specific target languages. **Distinct from Timestamp Formatters:** Focuses on language-specific localization of date/time strings rather than general Unix-to-human conversion.
  • Timestamp Construction FunctionsFunctions for constructing timestamps from components, converting values, extracting parts, and truncating precision. **Distinct from Timestamp Formatters:** Distinct from Timestamp Formatters: focuses on construction, conversion, and extraction of timestamp components, not just formatting to strings.