Tips for surviving the Daylight Saving Time change (2023)

');$vidEndSlate.removeClass('video__end-slate--inactive').addClass('video__end-slate--active');}};CNN.autoPlayVideoExist = (CNN.autoPlayVideoExist === true) ? true : false;var configObj = {thumb: 'none',video: 'health/2022/01/21/short-version-yoga-for-sleep-bedtime-stretches-lbb-orig.cnn',width: '100%',height: '100%',section: 'domestic',profile: 'expansion',network: 'cnn',markupId: 'large-media_0',adsection: 'cnn.com_health_videopage',frameWidth: '100%',frameHeight: '100%',posterImageOverride: {"mini":{"width":220,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/210629190020-dana-santas-sleep-yoga-01-small-169.jpg","height":124},"xsmall":{"width":307,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/210629190020-dana-santas-sleep-yoga-01-medium-plus-169.jpg","height":173},"small":{"width":460,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/210629190020-dana-santas-sleep-yoga-01-large-169.jpg","height":259},"medium":{"width":780,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/210629190020-dana-santas-sleep-yoga-01-exlarge-169.jpg","height":438},"large":{"width":1100,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/210629190020-dana-santas-sleep-yoga-01-super-169.jpg","height":619},"full16x9":{"width":1600,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/210629190020-dana-santas-sleep-yoga-01-full-169.jpg","height":900},"mini1x1":{"width":120,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/210629190020-dana-santas-sleep-yoga-01-small-11.jpg","height":120}}},autoStartVideo = false,isVideoReplayClicked = false,callbackObj,containerEl,currentVideoCollection = [],currentVideoCollectionId = '',isLivePlayer = false,mediaMetadataCallbacks,mobilePinnedView = null,moveToNextTimeout,mutePlayerEnabled = false,nextVideoId = '',nextVideoUrl = '',turnOnFlashMessaging = false,videoPinner,videoEndSlateImpl;if (CNN.autoPlayVideoExist === false) {autoStartVideo = true;autoStartVideo = typeof CNN.isLoggedInVideoCheck === 'function' ? CNN.isLoggedInVideoCheck(autoStartVideo) : autoStartVideo;if (autoStartVideo === true) {if (turnOnFlashMessaging === true) {autoStartVideo = false;containerEl = jQuery(document.getElementById(configObj.markupId));CNN.VideoPlayer.showFlashSlate(containerEl);} else {CNN.autoPlayVideoExist = true;}}}configObj.autostart = CNN.Features.enableAutoplayBlock ? false : autoStartVideo;CNN.VideoPlayer.setPlayerProperties(configObj.markupId, autoStartVideo, isLivePlayer, isVideoReplayClicked, mutePlayerEnabled);CNN.VideoPlayer.setFirstVideoInCollection(currentVideoCollection, configObj.markupId);videoEndSlateImpl = new CNN.VideoEndSlate('large-media_0');function findNextVideo(currentVideoId) {var i,vidObj;if (currentVideoId && jQuery.isArray(currentVideoCollection) && currentVideoCollection.length > 0) {for (i = 0; i < currentVideoCollection.length; i++) {vidObj = currentVideoCollection[i];if (typeof vidObj !== 'undefined' && vidObj.videoId === currentVideoId) {if (i < currentVideoCollection.length - 1) {nextVideoId = currentVideoCollection[i + 1].videoId;nextVideoUrl = currentVideoCollection[i + 1].videoUrl;} else {nextVideoId = currentVideoCollection[0].videoId;nextVideoUrl = currentVideoCollection[0].videoUrl;}break;}}if (!nextVideoUrl) {nextVideoId = currentVideoCollection[0].videoId;nextVideoUrl = currentVideoCollection[0].videoUrl;}currentVideoCollectionId = (window.jsmd && window.jsmd.v && window.jsmd.v.eVar60) || nextVideoUrl.replace(/^.+\/video\/playlists\/(.+)\//, '$1');} else {nextVideoId = '';nextVideoUrl = '';}}findNextVideo('health/2022/01/21/short-version-yoga-for-sleep-bedtime-stretches-lbb-orig.cnn');function navigateToNextVideo(currentVideoId, containerId) {var $endSlate,nextVideoPlayTimeout = 1500;findNextVideo(currentVideoId);if (nextVideoUrl) {moveToNextTimeout = setTimeout(function () {location.href = nextVideoUrl;}, nextVideoPlayTimeout);} else {$endSlate = jQuery(document.getElementById(containerId)).parent().find('.js-video__end-slate').eq(0);if ($endSlate.length > 0) {videoEndSlateImpl.showEndSlateForContainer();if (mobilePinnedView) {mobilePinnedView.disable();}}}}callbackObj = {onPlayerReady: function (containerId) {var playerInstance,containerClassId = '#' + containerId;CNN.VideoPlayer.handleInitialExpandableVideoState(containerId);if (CNN.Features.enableVideoObserver && Modernizr && Modernizr.phone) {CNN.VideoPlayer.observeVideoPlayer(containerId);}CNN.VideoPlayer.handleAdOnCVPVisibilityChange(containerId, CNN.pageVis.isDocumentVisible());if (CNN.Features.enableMobileWebFloatingPlayer &&Modernizr &&(Modernizr.phone || Modernizr.mobile || Modernizr.tablet) &&CNN.VideoPlayer.getLibraryName(containerId) === 'fave' &&jQuery(containerClassId).parents('.js-pg-rail-tall__head').length > 0 &&CNN.contentModel.pageType === 'article') {playerInstance = FAVE.player.getInstance(containerId);mobilePinnedView = new CNN.MobilePinnedView({element: jQuery(containerClassId),enabled: false,transition: CNN.MobileWebFloatingPlayer.transition,onPin: function () {playerInstance.hideUI();},onUnpin: function () {playerInstance.showUI();},onPlayerClick: function () {if (mobilePinnedView) {playerInstance.enterFullscreen();playerInstance.showUI();}},onDismiss: function() {CNN.Videx.mobile.pinnedPlayer.disable();playerInstance.pause();}});/* Storing pinned view on CNN.Videx.mobile.pinnedPlayer So that all players can see the single pinned player */CNN.Videx = CNN.Videx || {};CNN.Videx.mobile = CNN.Videx.mobile || {};CNN.Videx.mobile.pinnedPlayer = mobilePinnedView;}if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (jQuery(containerClassId).parents('.js-pg-rail-tall__head').length) {videoPinner = new CNN.VideoPinner(containerClassId);videoPinner.init();} else {CNN.VideoPlayer.hideThumbnail(containerId);}}},onContentEntryLoad: function(containerId, playerId, contentid, isQueue) {CNN.VideoPlayer.showSpinner(containerId);},onContentPause: function (containerId, playerId, videoId, paused) {if (mobilePinnedView) {CNN.VideoPlayer.handleMobilePinnedPlayerStates(containerId, paused);}},onContentMetadata: function (containerId, playerId, metadata, contentId, duration, width, height) {var endSlateLen = jQuery(document.getElementById(containerId)).parent().find('.js-video__end-slate').eq(0).length;CNN.VideoSourceUtils.updateSource(containerId, metadata);if (endSlateLen > 0) {videoEndSlateImpl.fetchAndShowRecommendedVideos(metadata);}},onAdPlay: function (containerId, cvpId, token, mode, id, duration, blockId, adType) {/* Dismissing the pinnedPlayer if another video players plays an Ad */CNN.VideoPlayer.dismissMobilePinnedPlayer(containerId);clearTimeout(moveToNextTimeout);CNN.VideoPlayer.hideSpinner(containerId);if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== 'undefined' && videoPinner !== null) {videoPinner.setIsPlaying(true);videoPinner.animateDown();}}},onAdPause: function (containerId, playerId, token, mode, id, duration, blockId, adType, instance, isAdPause) {if (mobilePinnedView) {CNN.VideoPlayer.handleMobilePinnedPlayerStates(containerId, isAdPause);}},onTrackingFullscreen: function (containerId, PlayerId, dataObj) {CNN.VideoPlayer.handleFullscreenChange(containerId, dataObj);if (mobilePinnedView &&typeof dataObj === 'object' &&FAVE.Utils.os === 'iOS' && !dataObj.fullscreen) {jQuery(document).scrollTop(mobilePinnedView.getScrollPosition());playerInstance.hideUI();}},onContentPlay: function (containerId, cvpId, event) {var playerInstance,prevVideoId;if (CNN.companion && typeof CNN.companion.updateCompanionLayout === 'function') {CNN.companion.updateCompanionLayout('restoreEpicAds');}clearTimeout(moveToNextTimeout);CNN.VideoPlayer.hideSpinner(containerId);if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== 'undefined' && videoPinner !== null) {videoPinner.setIsPlaying(true);videoPinner.animateDown();}}},onContentReplayRequest: function (containerId, cvpId, contentId) {if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== 'undefined' && videoPinner !== null) {videoPinner.setIsPlaying(true);var $endSlate = jQuery(document.getElementById(containerId)).parent().find('.js-video__end-slate').eq(0);if ($endSlate.length > 0) {$endSlate.removeClass('video__end-slate--active').addClass('video__end-slate--inactive');}}}},onContentBegin: function (containerId, cvpId, contentId) {if (mobilePinnedView) {mobilePinnedView.enable();}/* Dismissing the pinnedPlayer if another video players plays a video. */CNN.VideoPlayer.dismissMobilePinnedPlayer(containerId);CNN.VideoPlayer.mutePlayer(containerId);if (CNN.companion && typeof CNN.companion.updateCompanionLayout === 'function') {CNN.companion.updateCompanionLayout('removeEpicAds');}CNN.VideoPlayer.hideSpinner(containerId);clearTimeout(moveToNextTimeout);CNN.VideoSourceUtils.clearSource(containerId);jQuery(document).triggerVideoContentStarted();},onContentComplete: function (containerId, cvpId, contentId) {if (CNN.companion && typeof CNN.companion.updateCompanionLayout === 'function') {CNN.companion.updateCompanionLayout('restoreFreewheel');}navigateToNextVideo(contentId, containerId);},onContentEnd: function (containerId, cvpId, contentId) {if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== 'undefined' && videoPinner !== null) {videoPinner.setIsPlaying(false);}}},onCVPVisibilityChange: function (containerId, cvpId, visible) {CNN.VideoPlayer.handleAdOnCVPVisibilityChange(containerId, visible);}};if (typeof configObj.context !== 'string' || configObj.context.length <= 0) {configObj.context = 'health'.replace(/[\(\)\-]/g, '');}if (typeof configObj.adsection === 'undefined' && typeof window.ssid === 'string' && window.ssid.length > 0) {configObj.adsection = window.ssid;}CNN.autoPlayVideoExist = (CNN.autoPlayVideoExist === true) ? true : false;CNN.VideoPlayer.getLibrary(configObj, callbackObj, isLivePlayer);});CNN.INJECTOR.scriptComplete('videodemanddust');

Tips for surviving the Daylight Saving Time change (1)

Tips for surviving the Daylight Saving Time change (2)

    JUST WATCHED

    VIDEO: Trouble sleeping? Try these 4 easy stretches before bed

More Videos ...

MUST WATCH

VIDEO: Trouble sleeping? Try these 4 easy stretches before bed 03:37

Sign up for CNN's Sleep, But Better newsletter series. Our seven-part guide has helpful hints to achieve better sleep.

(CNN)Are you ready to move your clocks forward by an hour? That's right — for most people in the United States, it's time to "spring forward" into Daylight Saving Time.

Permanent Daylight Saving Time will hurt our health, experts say

"For whatever reason, Daylight Saving Time always just creeps up on us," said pediatrician Dr. Cora Collette Breuner, a professor of adolescent medicine in University of Washington's department of pediatrics in Seattle.

    Residents of Hawaii, most of Arizona and the US territories in the Pacific and Caribbean don't follow the time change.

      For folks who are adjusting their clocks, the body isn't going to like getting up an hour earlier, so it's best to start adapting by going to bed and waking up 15 to 20 minutes earlier each day for four or more days before the change, experts say.

        "Planning for the change can be key to lessening the impact of this change on your body's circadian rhythms," said sleep specialist Dr. Raj Dasgupta, an associate professor of clinical medicine at the University of Southern California's Keck School of Medicine.

        Read More

        Adjust the timing of other daily routines that are time cues for your body as well such as meals, exercise and medications, he added.

          Prepping in advance is an especially good plan for teenagers, who are naturally programmed to stay up late and sleep late, and for anyone else in the family who is a night owl, said Dr. Phyllis Zee, director of the Center for Circadian and Sleep Medicine at Northwestern University Feinberg School of Medicine in Chicago.

          Didn't do that? Don't despair. "It's never too late to start," Dasgupta said. "Sleep is very individualized, and every child will respond differently to the time change. Make sure you as the parent are getting the rest you need as well, so you're not overly irritable with your child."

          Moving bed and wake times

          Younger children tend to adapt a bit better to time changes than older children and adults, Breuner said, so they may need fewer days to adapt.

          Zee, who is also a professor of neurology at Feinberg, agreed: "For most younger children, moving their bedtime and wake time by about 10 to 15 minutes earlier starting three days before the time change can help them adjust to the social clock time change by Monday morning," she said.

          Interactive: Daylight Saving Time: How would permanent DST impact you?

          If that didn't happen, expect some grumpiness until your child's body adjusts, and be prepared to cut them some slack, Dasgupta said.

          "In the days following Daylight Saving Time, I try to be more forgiving if my child is having an extra temper tantrum," he said.

          There are other ways parents and caregivers can ease the transition, Breuner said. Lay clothes out and pack up homework before bedtime to reduce the stress in the morning. It's also a good idea to pack a to-go breakfast in case everyone is running late.

          "That way they're snacking on the bus or in the car versus trying to sit down for a full-on breakfast when everybody's kind of 'Whoa, it's an hour later,' " she said.

          And "do not let kids nap," she added. "That just lengthens any adjustment to the time change."

          Let there be light

          For everyone in the family, the emerging lightness in the morning is a good thing, experts say. When light enters your eyes, it's a signal to the brain to shut down melatonin, the hormone the body makes to put you to sleep.

          "Get morning-bright light for 20 to 30 minutes soon after waking up," Zee said. "Increase bright light exposure at home, school and work for the rest of the morning."

          How to get your teens to sleep now that they are back in school

          This strategy is particularly important for teenagers and night owls, Zee said, and they should do this before and continue after Daylight Saving Time starts to help with adaptation to the new time.

          Breuner advocates for making a "real hard rule" about keeping television, smartphones, laptops, gaming devices or any other electronic device out of the bedroom.

          "Devices should be off and charging away from the bed, whether it's in the kitchen or another room besides the bedroom," she said.

          "We don't secrete melatonin to help us sleep when we're staring at light," Breuner said.

          When it comes to teens, don't fall for the "I need my phone for an alarm in the morning, and it helps me go to sleep at night," she said. "Get up and get your iPod and listen to some music and get a regular alarm clock."

          If a child is struggling with depression or anxiety, not getting enough restful sleep can have serious consequences. "The likelihood of the child having worse behavioral health outcomes is higher," she said.

          Let there be dark

          The same rule about light applies to the evening, but in reverse, Zee said. She suggests avoiding bright light for at least three hours before bedtime: "This will allow your own melatonin to rise and promote sleep."

          Make sure your bedroom promotes sleep as well, Zee added, by minimizing light exposure from the outside with light-blocking shades or curtains. Keep lights in the bedroom dim and choose LED lights that have more reddish or brownish tones.

          Ban any lights in the blue spectrum from the bedroom, such as those emitted by electronic devices like televisions, smartphones, tablets and laptops. Blue light is the most stimulating type of light, which tells the brain that it's time to wake up.

          8 ways to fall back asleep after waking in the night

          Once you go to bed, keep the room cool and dark — light can creep in even when your eyelids are shut.

            That's what happened in a 2022 study conducted by Zee that put healthy young adults in their 20s into a sleep lab. Sleeping for only one night with a dim light, such as a TV set with the sound off, raised blood sugar levels and heart rate, even when eyes were closed during sleep.

            Another study by Zee found exposure to any amount of light during sleep was associated with diabetes, obesity and hypertension in older men and women.

            Top Articles
            Latest Posts
            Article information

            Author: Errol Quitzon

            Last Updated: 03/01/2023

            Views: 6423

            Rating: 4.9 / 5 (79 voted)

            Reviews: 86% of readers found this page helpful

            Author information

            Name: Errol Quitzon

            Birthday: 1993-04-02

            Address: 70604 Haley Lane, Port Weldonside, TN 99233-0942

            Phone: +9665282866296

            Job: Product Retail Agent

            Hobby: Computer programming, Horseback riding, Hooping, Dance, Ice skating, Backpacking, Rafting

            Introduction: My name is Errol Quitzon, I am a fair, cute, fancy, clean, attractive, sparkling, kind person who loves writing and wants to share my knowledge and understanding with you.