Skip to content

Commit 0001bd6

Browse files
authored
Merge pull request #845 from topcoder-platform/MP-303_timezone-show-ampm
MP-303 - add am/pm for local timezone for profiles -> dev
2 parents 937df53 + c63becd commit 0001bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)