Skip to content

Commit

Permalink
Replace UtcOffset with java.time.ZoneOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Nov 28, 2018
1 parent a807dd4 commit 03d7e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/fortuna/ical4j/model/UtcOffset.java
Expand Up @@ -46,6 +46,8 @@
* Represents a timezone offset from UTC time.
*
* @author Ben Fortuna
*
* @deprecated Replaced by {@link java.time.ZoneOffset} in Java 8.
*/
@Deprecated
public class UtcOffset implements Serializable {
Expand Down

0 comments on commit 03d7e78

Please sign in to comment.