Mars Sol Date

설명

The Mars Sol Date block lets you display the post’s published date in terms of Martian sols, starting from Sol 1 at the first post on your site.
A Martian sol is approximately 24 hours, 39 minutes, and 35 seconds long.
Perfect for science blogs and Mars enthusiasts, the block automatically calculates and displays something like “Sol 51”.

How it works:
– Sol 1 is the timestamp of your site’s first published post.
– Each Martian sol is 24h 39m 35s (88775 Earth seconds).
– For each post, the block computes the sol number based on the time difference between that post and the site’s first post.

No configuration required — just insert the block wherever you wish to show the sol date!

To report bugs, offer improvements, or review the unprocessed JS/CSS, visit https://github.com/kraftbj/mars-sol-date .

블록

이 플러그인은 1개의 블록을 제공합니다.

  • Mars Sol Date A dynamic block that displays the post date as a Martian sol number, starting from the oldest post. Drop-in replacement for core/post-date, but outputs sols instead of Earth date.

설치

  1. Upload the plugin files to the /wp-content/plugins/mars-sol-date directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

FAQ

How is Sol 1 determined?

It’s the date and time of the very first (oldest) published post on your site.

Will this block update automatically for new posts?

Yes, the sol number is calculated dynamically for each post.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Mars Sol Date”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Mars Sol Date”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1.0

  • Initial release.