Skip to content

Commit c63becd

Browse files
committed
MP-303 - also show timezone
1 parent 67b2883 commit c63becd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/profiles/src/member-profile/local-info/MemberLocalInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const MemberLocalInfo: FC<MemberLocalInfoProps> = (props: MemberLocalInfoProps)
8181
{' '}
8282
{moment()
8383
.tz(memberCityTimezone)
84-
.format('hh:mm a')
84+
.format('hh:mm a z')
8585
.toUpperCase()}
8686
</div>
8787
)

0 commit comments

Comments
 (0)