Skip to content

Commit

Permalink
Remove extraneous brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Nov 21, 2016
1 parent eca9acb commit 5f2b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standard/datetime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In addition to the basic [System.DateTime](xref:System.DateTime) structure, .NET

* [System.DateTimeOffset](xref:System.DateTimeOffset)

Use this structure to work with dates and times whose offset (or difference) from UTC is known. The [DateTimeOffset](xref:System.DateTimeOffset)] structure combines a date and time value with that time's offset from UTC. Because of its relationship to UTC, an individual date and time value unambiguously identifies a single point in time. This makes a [DateTimeOffset](xref:System.DateTimeOffset)] value more portable from one computer to another than a [DateTime](xref:System.DateTime)] value.
Use this structure to work with dates and times whose offset (or difference) from UTC is known. The [DateTimeOffset](xref:System.DateTimeOffset) structure combines a date and time value with that time's offset from UTC. Because of its relationship to UTC, an individual date and time value unambiguously identifies a single point in time. This makes a [DateTimeOffset](xref:System.DateTimeOffset) value more portable from one computer to another than a [DateTime](xref:System.DateTime) value.

This section of the documentation provides the information that you need to work with time zones and to create time zone-aware applications that can convert dates and times from one time zone to another.

Expand Down

0 comments on commit 5f2b8a8

Please sign in to comment.