# 비추천 공지: 사용자 객체의 timezone 속성을 가져오는 기능은 비추천되었습니다. 대신 user\_option 객체를 사용하세요

**URL:** https://meta.discourse.org/t/deprecation-notice-getting-timezone-property-of-user-object-is-deprecated-use-user-option-object-instead/411227
**Category:** Development
**Created:** [8월 30, 2026, 9:04오전 UTC](https://meta.discourse.org/t/deprecation-notice-getting-timezone-property-of-user-object-is-deprecated-use-user-option-object-instead/411227 "2026-08-30T09:04:23Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![elmuerte](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elmuerte/32/456517_2.png) [@elmuerte](https://meta.discourse.org/u/elmuerte)
#### Post date: [8월 30, 2026, 9:04오전 UTC](https://meta.discourse.org/t/deprecation-notice-getting-timezone-property-of-user-object-is-deprecated-use-user-option-object-instead/411227/1 "2026-08-30T09:04:23Z")

</div>

사용자를 다음과 같이 스토어에서 로드하려고 하면 이 알림이 표시됩니다.

```javascript
api.container.lookup('service:store').find('user', api.getCurrentUser().username).then((user) => {
});

```

스토어에서 사용자 정보를 수화(hydrate)하는 과정에서 사용자의 타임존(timezone)에 액세스하여 이 알림이 트리거되는 것 같습니다.

위 코드를 사용하여 `api.getCurrentUser()`가 반환하는 사용자에 채워지지 않은 사용자의 `user_fields`에 액세스하고 있습니다.

위 구성 없이 테마나 테마 컴포넌트에서 `user_fields`를 가져올 다른 방법이 있을까요?

---

_[View the full topic](https://meta.discourse.org/t/deprecation-notice-getting-timezone-property-of-user-object-is-deprecated-use-user-option-object-instead/411227)._
