
What time does Ash Barty play and how do you watch it?
World Number 1 Ash Barty is in action tonight on Centre Court at Rod Laver Arena in the first round of the Australian Open. She takes on Ukrainian Lesia Tsurenko.
As Number 1 seed, Australian Ash Barty takes on the 120th ranked Ukrainian qualifier in prime time.
With the drama of Novak Djokovic behind us, the focus can go back to tennis and Barty will have the world’s spotlight on her as she commences her Australian Open campaign.
What time is Ash Barty playing tonight?
Barty is the first match on Centre Court tonight with the match scheduled at 7pm local time in Melbourne. That means her match is likely to start at around 7:10pm after introductions and warm-ups.
If you’re in Queensland you’ll need to tune in from 6pm AEST, 6:30pm if you’re in South Australia and 4pm if you’re in Western Australia on AWST.
The best part is that we can guarantee the match will take place (barring any pre-match injuries) with the roof on Centre Court meaning any pesky Melbourne rain won’t stop the action.
How to watch Ash Barty’s match
Channel 9 and Stan Sport own the rights to the Australian Open in Australia.
If you want to watch the match on normal free to air television you’ll need to tune into either Channel 9’s main channel (Channel 90 in metro areas) or 9GEM (channel 92 in metro areas) depending on where you are.
If you’d prefer to watch the match on a live stream you have two options with the free 9Now service or the paid subscription service Stan Sport which is ad-free. You can get a 7-day free trial with Stan Sport before you are charged a monthly minimum depending on which package you want.
The Roar will also have a live blog of the match.
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = ''; var aslPlatform = ''; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != ''){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, ''); }
} else { // The person is not logged into your app or we are unable to tell. console.log('Please log ' + 'into this app.'); } }
function cancelLoginPermissionsPrompt() { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.remove('u-d-none'); }
function loginStateSecondChance() { cancelLoginPermissionsPrompt(); FB.login( function(response) {
}, { scope: 'email', auth_type: 'rerequest' } ); }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) {
var permissions = null;
FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; }
var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); } window.fbAsyncInit = function() { FB.init({ appId : 392528701662435, cookie : true, xfbml : true, version : 'v3.3' }); FB.AppEvents.logPageView(); FB.Event.subscribe('auth.login', function(response) { var permissions = null; FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; } var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));