Time Formatter

Quick rating

Time Formatter

No reviews yet

A client-side mod which formats Discord Timestamps to your local time.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.2.0+mc1.21.10
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

TimeFormatter

MIT License

A simple client-side Minecraft mod that automatically finds and formats Discord-style timestamps in chat, converting them to your local time.

Features

  • Client-Side Only: No server-side installation is required. It works on any server you join. The formatting works only with the mod installed.
  • Automatic Formatting: Detects timestamps like <t:1672531200> in chat messages.
  • Literal Sending (not timezone aware): If a timestamp like <<t:1672531200>> is sent in the chat, it will get replaced by a matching literal assuming it won't overflow the 256 character limit, thus visible to everyone.
  • Local Time Conversion: All timestamps are converted and displayed in your computer's local time zone.
  • Multiple Formats: Supports all of Discord's standard timestamp formatting styles.
  • Relative Time: Can display time relatively, such as "5 minutes ago" or "in 2 hours".

How It Works

The mod checks incoming chat messages for timestamps like <t:TIMESTAMP:STYLE> (or <<t:TIMESTAMP:STYLE>>).

  • TIMESTAMP: A Unix timestamp (in seconds). You can also use the special values yesterday, now and tomorrow to represent the respective time.
  • STYLE: An optional single character that controls the output format. If you don't provide a style, it defaults to f (Short Date/Time).

Supported Styles

Style Example Output Description
t 14:30 Short Time
T 14:30:00 Long Time
d 31/12/2023 Short Date
D December 31, 2023 Long Date
f December 31, 2023 at 14:30 Short Date/Time (Default)
F Sunday, December 31, 2023 at 14:30 Long Date/Time
R 5 minutes ago Relative Time

Example

If another player let's say in the UTC timezone sends the following message in chat:

The server event will start at <t:1704067200:F>.

And you're in the GMT+1 timezone, you'll see:

The server event will start at Monday, January 1, 2024 at 01:00.

However, if the player in UTC sends this message in chat:

My date and time is <<t:1704067200:F>>.

Everyone (even players without this mod) will see this:

The server event will start at Monday, January 1, 2024 at 01:00.

Installation

This is a Fabric mod and requires the Fabric API.

  1. Download the latest version.
  2. Place the downloaded .jar file into your .minecraft/mods folder.
  3. Launch the game using the Fabric Loader.

Building from Source

  1. Clone the repository: git clone https://github.com/m3z0id/TimeFormatter.git
  2. Navigate into the project directory: cd TimeFormatter
  3. Build the project using Gradle: ./gradlew build -Pmc=<Minecraft Version> -Pyarn=<Yarn Version> -Papi=<Fabric API Version> -Padventure=<Koryo Adventure Fabric Version>
  4. The compiled .jar file will be located in the build/libs/ directory.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works