Title: Localize Time
Author: JB Christy
Published: <strong>2014년 5월 30일</strong>
Last modified: 2014년 5월 30일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/localize-time.svg)

# Localize Time

 작성자: [JB Christy](https://profiles.wordpress.org/jbchristy/)

[다운로드](https://downloads.wordpress.org/plugin/localize-time.1.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/localize-time/#description)
 * [평가](https://ko.wordpress.org/plugins/localize-time/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/localize-time/#installation)
 * [개발](https://ko.wordpress.org/plugins/localize-time/#developers)

 [지원](https://wordpress.org/support/plugin/localize-time/)

## 설명

This WordPress plugin adds the **`[localize_time]`** shortcode. The shortcode allows
an author
 to enter a date and time in any timezone. The shortcode displays the 
original time with timezone, followed by the same time in the user’s timezone, formatted
correctly for the user’s locale. This is useful for announcing live events, e.g.
a live online streaming event, to widely dispersed audiences.

The date and time to be displayed are entered as the shortcode’s content, i.e. between
the
 **`[localize_time]`** and **`[/localize_time]`** tags. The time can be specified
in almost any format that’s recognizable as a date and time.

The shortcode takes the following options:

 * **`tz`** – the timezone the shortcode’s content is in. If this option is omitted,
   it defaults
    to the site’s timezone. Timezones are specified in any format recognized
   by [PHP’s DateTimeZone](http://www.php.net/manual/en/timezones.php).
 * **`fmt`** – a format string specifying how the original time should be displayed.
   If omitted,
    it defaults to the site’s date format followed by the site’s time
   format followed by the timezone. To output the original time exactly as entered(
   with the timezone), specify **`fmt="orig"`**. Or you can enter a format string
   using the same codes that are used on WordPress’s General Settings tab. See [full documentation on date / time format strings here](https://codex.wordpress.org/Formatting_Date_and_Time).
 * **`before_local`** – the string to precede the local time. Defaults to ‘ (‘
 * **`after_local`** – the string to follow the local time. Defaults to ‘)’

### Examples

Below are examples of using the shortcode. For these examples, the site’s timezone
is set to America/New_York (EST-5EDT) and the user is in the America/Los_Angeles(
PST-8PDT) timezone.

 * Local time is in a different year and month from original time:
    [localize_time]
   1/1/2014 1:00 am[/localize_time] outputs: January 1, 2014 1:00 am EST (12/31/
   2013, 10:00:00 PM PST)
 * Specify a time in timezone different from the site’s:
    [localize_time tz=”Europe/
   Paris” ]July 14, 2014 19:00[/localize_time] outputs: July 14, 2014 7:00 pm CEST(
   7/14/2014, 10:00:00 AM PDT)
 * Specify a format for the original time:
    [localize_time fmt=”m/d/Y g:i A T”]June
   14, 2014 6:30 AM[/localize_time] outputs: 06/14/2014 6:30 AM EDT (6/14/2014, 
   3:30:00 AM PDT)
 * Specify a time in the same timezone as the user:
    [localize_time tz=”PST”]3pm
   Nov. 1, 2014[/localize_time] outputs: November 1, 2014 3:00 pm PDT

Note that the display of the local time varies by timezone and browser.

## 스크린샷

 * [[
 * Examples of entering the shortcode.
 * [[
 * What the shortcode displays in the US Pacific timezone.

## 설치

 1. Upload the `localize-time` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

  Can I change the way the local time is formatted?

No. The local time is displayed by the user’s browser in a format appropriate for
her locale.
 You can not change the format.

  What if the user is in the same timezone as the original time?

If the user is in the same timezone as the original time, she will see only the 
original time;
 the local time will not be displayed, as it would be repetitious.
See the last example above.

  Can I style the times?

Yes. In your theme’s CSS target `.localize_time_orig` to style the original times

and `.localize_time_local` to style the local times.

## 후기

![](https://secure.gravatar.com/avatar/465b70f34f4d6d9cac1365feb5803bce73f06f77a28bb8671378abf730566465?
s=60&d=retro&r=g)

### 󠀁[Exactly what I needed](https://wordpress.org/support/topic/exactly-what-i-needed-783/)󠁿

 [roamingchile](https://profiles.wordpress.org/roamingchile/) 2021년 3월 23일

So glad to find this. I tried it out despite it not being updated. It’s working 
on WP 5.7. It does almost exactly what I need it to. My only complaint is that I
cannot format the local time. What is generated is very long and will not look neat
in a long table of events. Would be very grateful if the dev could just make sure
all is up to date and list the plugin as current. Having the local time use the 
format inputted into the shortcode would be a big bonus. Thanks, JB.

 [ 모든 3 평가 읽기 ](https://wordpress.org/support/plugin/localize-time/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ JB Christy ](https://profiles.wordpress.org/jbchristy/)

[자국어로 “Localize Time”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/localize-time)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/localize-time/)는, [SVN 저장소](https://plugins.svn.wordpress.org/localize-time/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/localize-time/)
을 [RSS](https://plugins.trac.wordpress.org/log/localize-time/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.0

 * Initial release

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **40+**
 *  워드프레스 버전 ** 3.0.1 또는 그 이상 **
 *  다음까지 시험됨: **3.9.40**
 *  언어
 * [English (US)](https://wordpress.org/plugins/localize-time/)
 * 태그:
 * [local time](https://ko.wordpress.org/plugins/tags/local-time/)[time](https://ko.wordpress.org/plugins/tags/time/)
   [timezone](https://ko.wordpress.org/plugins/tags/timezone/)
 *  [고급 보기](https://ko.wordpress.org/plugins/localize-time/advanced/)

## 평점

 별 5점 만점에 3.3점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/localize-time/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/localize-time/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/localize-time/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/localize-time/reviews/?filter=2)
 *  [  1/1-별점 후기     ](https://wordpress.org/support/plugin/localize-time/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/localize-time/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/localize-time/reviews/)

## 기여자

 *   [ JB Christy ](https://profiles.wordpress.org/jbchristy/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/localize-time/)